Skip to content

Commit

Permalink
Merge pull request #21 from littlegiant/bugfix/abstract
Browse files Browse the repository at this point in the history
Fix abstract class implementation
  • Loading branch information
stevie-mayhew authored Feb 14, 2018
2 parents 6e0752e + d477df2 commit ad76d6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php

\SilverStripe\Admin\CMSMenu::remove_menu_item('LittleGiant-SinglePageAdmin-SinglePageAdmin');
2 changes: 1 addition & 1 deletion src/LittleGiant/SinglePageAdmin/SinglePageAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package SinglePageAdmin
* @author Stevie Mayhew
*/
abstract class SinglePageAdmin extends LeftAndMain implements PermissionProvider
class SinglePageAdmin extends LeftAndMain implements PermissionProvider
{
/**
* As of 4.0 all subclasses of LeftAndMain have to have a
Expand Down

0 comments on commit ad76d6b

Please sign in to comment.