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

@@ -16,7 +16,7 @@ class CreateRequest extends FormRequest
public function authorize()
{
$typeName = Str::lower(Book::find($this->book_id)->name);
return $this->user()->hasPermissionTo('Quản lý '. $typeName);
return $this->user()->hasPermissionTo('Разрешении '. $typeName);
}
/**

View File

@@ -13,7 +13,7 @@ class ExportRequest extends FormRequest
*/
public function authorize()
{
return $this->user()->hasPermissionTo('Báo cáo thống kê');
return $this->user()->hasPermissionTo('Статистическая');
}
/**