feat: New design and optimization
This commit is contained in:
@@ -23,11 +23,9 @@ class testimonialRequest extends FormRequest
|
||||
{
|
||||
return [
|
||||
'name' => 'required|string',
|
||||
'rating' => 'required|string',
|
||||
'company' => 'string',
|
||||
'post' => 'string',
|
||||
'location' => 'string',
|
||||
'description' => 'required|string'
|
||||
'description' => 'required|string',
|
||||
'image' => 'required|file'
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user