Skip to content

Commit

Permalink
[src]: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsmania committed Apr 1, 2024
1 parent dcf2488 commit 6efbc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/AdminLte.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __construct(array $filters)
* Gets all menu items, or a specific set of them.
*
* @param string $sectionToken A token representing a section of items
* @return array A set of menu items
* @return array A set of menu items
*/
public function menu($sectionToken = null)
{
Expand Down Expand Up @@ -98,7 +98,7 @@ protected function buildMenu()
* Build the menu filters.
*
* @param array $filters The array of filters classes to be resolved
* @return array The set of filters that will be applied on each menu item
* @return array The set of filters that will be applied on each menu item
*/
protected function buildFilters($filters)
{
Expand Down
1 change: 0 additions & 1 deletion src/AdminLteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace JeroenNoten\LaravelAdminLte;

use Illuminate\Support\Facades\Event;
use Illuminate\Support\Facades\Route;
use Illuminate\Support\Facades\View;
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
Expand Down

0 comments on commit 6efbc53

Please sign in to comment.