This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
sosuke.iwabuchi
/
SATE-EasyReceipt
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
メールviewのパスをemailへ変更
develop
sosuke.iwabuchi
пре 2 година
родитељ
1b09274397
комит
8e4fd1c1b4
8 измењених фајлова
са
5 додато
и
5 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Прегледај датотеку
@@ -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
Прегледај датотеку
@@ -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
Прегледај датотеку
@@ -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
Прегледај датотеку
@@ -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
Прегледај датотеку
resources/views/mails/guests/receipt_a4.blade.php → resources/views/emails/guests/receipt_a4.blade.php
Прегледај датотеку
@@ -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
Прегледај датотеку
resources/views/mails/test.blade.php → resources/views/emails/test.blade.php
Прегледај датотеку
Write
Preview
Loading…
Откажи
Сачувај