Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Codexshaper authored and StyleCIBot committed Jun 2, 2020
1 parent 8fa0556 commit f44b04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
if ($menuItem->url != null) {
$controller = $menuItem->controller ?? '\CodexShaper\Menu\Http\Controllers\MenuItemController@setRoute';
$partials = explode('@', $menuItem->controller);
if (! class_exists($partials[0])) {

if (!class_exists($partials[0])) {
$controller = '\CodexShaper\Menu\Http\Controllers\MenuItemController@setRoute';
}

Expand Down

0 comments on commit f44b04b

Please sign in to comment.