From 7858bd0a5f3ecb7c879878373c1cbfb2e0031b7f Mon Sep 17 00:00:00 2001 From: shibafu Date: Sun, 15 Sep 2019 02:10:54 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A6=E3=83=BC=E3=82=B6=E3=83=BC=E5=90=8D?= =?UTF-8?q?=E3=81=AF=E5=A4=89=E6=9B=B4=E4=B8=8D=E8=83=BD=E3=81=A7=E3=81=82?= =?UTF-8?q?=E3=82=8B=E6=97=A8=E3=82=92=E7=99=BB=E9=8C=B2=E7=94=BB=E9=9D=A2?= =?UTF-8?q?=E3=81=AB=E6=98=8E=E8=A8=98=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/auth/register.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index 0b8764d..031c035 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -24,6 +24,7 @@
+ 半角英数字と一部記号が使用できます。一度決めたら変更できません。 @if ($errors->has('name'))
{{ $errors->first('name') }}
@@ -81,4 +82,4 @@
-@endsection \ No newline at end of file +@endsection