Skip to content

Commit

Permalink
Update MenusController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianobapo authored Feb 23, 2019
1 parent 37163db commit b55fd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/MenusController.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function format(icon) {
"name" => "name",
"type" => "text",
"required" => true,
"validation" => "required|min:3|max:255|alpha_num_spaces",
"validation" => "required|min:3|max:255",
"placeholder" => "You can only enter alphanumeric character and spaces only",
];
$this->form[] = [
Expand Down

0 comments on commit b55fd04

Please sign in to comment.