优化项目修复管理员登录提示权限不足报错
This commit is contained in:
@@ -14,7 +14,7 @@ class Attachment extends Backend
|
||||
protected ?object $model = null;
|
||||
|
||||
protected array|string $quickSearchField = 'name';
|
||||
protected array $withJoinTable = ['admin', 'user'];
|
||||
protected array $withJoinTable = ['admin'];
|
||||
protected array|string $defaultSortField = ['last_upload_time' => 'desc'];
|
||||
|
||||
protected function initController(Request $request): ?Response
|
||||
|
||||
Reference in New Issue
Block a user