This commit is contained in:
2023-12-14 20:29:39 +05:00
parent 382317f1ae
commit 84bcc2e517
3 changed files with 11 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ class NovaServiceProvider extends NovaApplicationServiceProvider
->onSwitchLocale(NovaRepo::localeSwitcherSave()),
BackupTool::make()
->canSee(NovaRepo::isAdmin()),
->canSee(NovaRepo::isSuperAdmin()),
LogsTool::make()
->canSee(NovaRepo::isMe())