Skip to content

Commit fc6e4c1

Browse files
authored
Merge pull request #12 from Codexshaper/analysis-4xaGkD
Apply fixes from StyleCI
2 parents 8fa0556 + f44b04b commit fc6e4c1

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)