v0.5.1 - Made contact phone number optional and updated data in seeders.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user