Skip to content

Commit f44b04b

Browse files
CodexshaperStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 8fa0556 commit f44b04b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routes/menu.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
if ($menuItem->url != null) {
4444
$controller = $menuItem->controller ?? '\CodexShaper\Menu\Http\Controllers\MenuItemController@setRoute';
4545
$partials = explode('@', $menuItem->controller);
46-
47-
if (! class_exists($partials[0])) {
46+
47+
if (!class_exists($partials[0])) {
4848
$controller = '\CodexShaper\Menu\Http\Controllers\MenuItemController@setRoute';
4949
}
5050

0 commit comments

Comments
 (0)