We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4710998 commit 4c9c2b9Copy full SHA for 4c9c2b9
2 files changed
Console/Installers/Scripts/UserProviders/SentinelInstaller.php
@@ -1,6 +1,5 @@
1
<?php namespace Modules\Core\Console\Installers\Scripts\UserProviders;
2
3
-use Illuminate\Support\Facades\Hash;
4
use Modules\Core\Console\Installers\SetupScript;
5
6
class SentinelInstaller extends ProviderInstaller implements SetupScript
Sidebar/AdminSidebar.php
@@ -6,7 +6,6 @@
use Maatwebsite\Sidebar\Sidebar;
7
use Maatwebsite\Sidebar\Traits\CacheableTrait;
8
use Pingpong\Modules\Contracts\RepositoryInterface;
9
-use Serializable;
10
11
class AdminSidebar implements Sidebar, ShouldCache
12
{
0 commit comments