Skip to content

Commit

Permalink
fix: remove deprecated method of disabling the navigation sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jun 28, 2017
1 parent ed04357 commit 9a68a81
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Listener/Traits/SidebarNavigationTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ protected function _getSidebarNavigation()
{
$action = $this->_action();

// deprecated check
if ($action->getConfig('scaffold.disable_sidebar')) {
return false;
}

return $action->getConfig('scaffold.sidebar_navigation');
}

Expand Down

0 comments on commit 9a68a81

Please sign in to comment.