Update validation.php

Fix missing comma in Japanese translation
This commit is contained in:
KodeStar
2024-03-31 21:40:31 +01:00
committed by GitHub
parent c16a4847f7
commit f405cf2ddf

View File

@@ -93,7 +93,7 @@ return [
'timezone' => ':attribute は有効なゾーンでなければなりません。',
'unique' => ':attribute は既に取得されています。',
'uploaded' => ':attribute のアップロードに失敗しました。',
'url' => ':attribute 形式が無効です。'
'url' => ':attribute 形式が無効です。',
/*
|--------------------------------------------------------------------------