Skip to content
Snippets Groups Projects
Commit 4f24bbd9 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update validation.php

parent 323b4e00
Branches
No related tags found
1 merge request!473Development
...@@ -71,5 +71,9 @@ return [ ...@@ -71,5 +71,9 @@ return [
"attribute-name" => [ "attribute-name" => [
"rule-name" => "eigene-nachricht" "rule-name" => "eigene-nachricht"
] ]
] ],
]; "dimensions" => ":attribute hat die falsche Größe.",
"file" => "Das Feld :attribute muss eine Datei sein.",
"mimetypes" => "Das Feld :attribute muss eine Datei vom Typ :values sein.",
"uploaded" => ":attribute konnte nicht hochgeladen werden."
];
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment