Skip to content

Commit 6dd2970

Browse files
committed
Apply fixes from StyleCI
1 parent 5f976cf commit 6dd2970

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/framework/src/Framework/Features/Navigation/HasNavigationItems.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ protected function addItem(NavigationItem|NavigationGroup $item): void
5353
$this->items->push($item);
5454
}
5555
}
56-

packages/framework/src/Framework/Features/Navigation/NavigationGroup.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace Hyde\Framework\Features\Navigation;
66

77
use Illuminate\Support\Str;
8-
use Illuminate\Support\Arr;
98
use Illuminate\Support\Collection;
109
use Hyde\Pages\DocumentationPage;
1110

packages/framework/src/Framework/Features/Navigation/NavigationMenu.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace Hyde\Framework\Features\Navigation;
66

7-
use Illuminate\Support\Arr;
87
use Illuminate\Support\Collection;
98
use Illuminate\Contracts\Support\Arrayable;
109

0 commit comments

Comments
 (0)