-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert SinglePageAdmin to concrete class (#23)
PermissionProviders are instantiated when loading admin sections that allow users to change user/group permissions.
- Loading branch information
1 parent
74a1f92
commit aaf4193
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
use LittleGiant\SinglePageAdmin\SinglePageAdmin; | ||
use SilverStripe\Admin\CMSMenu; | ||
|
||
CMSMenu::remove_menu_class(SinglePageAdmin::class); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters