add guarded columns to permission table
This commit is contained in:
@@ -23,7 +23,7 @@ class StoreRequest extends FormRequest
|
||||
{
|
||||
return [
|
||||
'name' => 'required|unique:permissions,name|string|max:255',
|
||||
'name_fa' => 'required|unique:permissions,name|string|max:255',
|
||||
'name_fa' => 'required|unique:permissions,name_fa|string|max:255',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user