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…
Отказ
Запис