Commit ccf984d9 authored by Nicolas Widart's avatar Nicolas Widart

Remove the slug as required

parent 6e18e80f
......@@ -8,7 +8,6 @@ class RolesRequest extends FormRequest
{
return [
'name' => 'required',
'slug' => 'required',
];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment