S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
sosuke.iwabuchi
/
SATE-EasyReceipt
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Wiki
Aktivita
Procházet zdrojové kódy
メールviewのパスをemailへ変更
develop
sosuke.iwabuchi
před 2 roky
rodič
1b09274397
revize
8e4fd1c1b4
8 změnil soubory
, kde provedl
5 přidání
a
5 odebrání
Rozdělené zobrazení
Diff Options
Zobrazit statistiky
Download Patch File
Stáhněte rozdílový soubor
+1
-1
app/Email/BaseEmailer.php
+1
-1
app/Email/Guests/ReceiptA4.php
+1
-1
app/Email/Test.php
+1
-1
app/Email/TextEmail.php
+0
-0
resources/views/emails/free_text.blade.php
+1
-1
resources/views/emails/guests/receipt_a4.blade.php
+0
-0
resources/views/emails/layouts/guest.blade.php
+0
-0
resources/views/emails/test.blade.php
+ 1
- 1
app/Email/BaseEmailer.php
Zobrazit soubor
@@ -18,7 +18,7 @@ abstract class BaseEmailer extends Mailable
{
use Queueable, SerializesModels;
protected $configRoot = 'mail.mailers.smtp
_ht
.';
protected $configRoot = 'mail.mailers.smtp.';
protected $casts = [];
+ 1
- 1
app/Email/Guests/ReceiptA4.php
Zobrazit soubor
@@ -19,7 +19,7 @@ class ReceiptA4 extends Guest
public function getTemplateName(): string
{
return 'mails.guests.receipt_a4';
return '
e
mails.guests.receipt_a4';
}
public function getSubject(): string
+ 1
- 1
app/Email/Test.php
Zobrazit soubor
@@ -6,7 +6,7 @@ class Test extends BaseEmailer
{
public function getTemplateName(): string
{
return 'mails.test';
return '
e
mails.test';
}
public function getSubject(): string
+ 1
- 1
app/Email/TextEmail.php
Zobrazit soubor
@@ -23,7 +23,7 @@ class TextEmail extends BaseEmailer
public function getTemplateName(): string
{
return 'mails.free_text';
return '
e
mails.free_text';
}
public function getSubject(): string
resources/views/mails/free_text.blade.php → resources/views/emails/free_text.blade.php
Zobrazit soubor
resources/views/mails/guests/receipt_a4.blade.php → resources/views/emails/guests/receipt_a4.blade.php
Zobrazit soubor
@@ -1,4 +1,4 @@
@extends('mails.layouts.guest')
@extends('
e
mails.layouts.guest')
@section('contents')
発行依頼された領収証を添付します。
resources/views/mails/layouts/guest.blade.php → resources/views/emails/layouts/guest.blade.php
Zobrazit soubor
resources/views/mails/test.blade.php → resources/views/emails/test.blade.php
Zobrazit soubor
Zapsat
Náhled
Načítá se…
Zrušit
Uložit