お知らせ登録・編集のバリデーションエラー表示

This commit is contained in:
shibafu
2019-03-16 12:29:33 +09:00
parent a998d7132f
commit 1fd43b5e38
3 changed files with 22 additions and 4 deletions

View File

@@ -119,6 +119,8 @@ return [
'attributes' => [
'email' => 'メールアドレス',
'password' => 'パスワード',
'title' => 'タイトル',
'content' => '本文',
],
];