update database

This commit is contained in:
manhlab
2021-04-09 10:42:08 -04:00
parent 43ce9eebd5
commit 8c4ad4aabf
106 changed files with 545 additions and 545 deletions

View File

@@ -13,7 +13,7 @@ class GivePermissionRequest extends FormRequest
*/
public function authorize()
{
return $this->user()->hasPermissionTo('Phân quyền');
return $this->user()->hasPermissionTo('Право');
}
/**