v0.5.1 - Made contact phone number optional and updated data in seeders.

This commit is contained in:
frederikpyt
2020-08-05 13:29:45 +02:00
parent 5f08267ec5
commit 76bea82eea
6 changed files with 13 additions and 11 deletions
@@ -57,7 +57,7 @@ class ContactController extends Controller
"contactname" => "required|max:255",
"title" => "required|max:255",
"email" => "required|max:255",
"phone" => "required|max:255",
"phone" => "max:255",
]);
$contact = new Contact($requestContact);