Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Регистрация
Вход
sosuke.iwabuchi
/
SATE-EasyReceipt
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
メールviewのパスをemailへ変更
develop
sosuke.iwabuchi
2 лет назад
Родитель
1b09274397
Сommit
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
Просмотреть файл
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить