mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Satisfy StyleCI
This commit is contained in:
parent
dab4486eee
commit
8f34dad27d
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
namespace App\Policies;
|
namespace App\Policies;
|
||||||
|
|
||||||
use App\Models\User;
|
|
||||||
use App\Models\Playlist;
|
use App\Models\Playlist;
|
||||||
|
use App\Models\User;
|
||||||
use Illuminate\Auth\Access\HandlesAuthorization;
|
use Illuminate\Auth\Access\HandlesAuthorization;
|
||||||
|
|
||||||
class PlaylistPolicy
|
class PlaylistPolicy
|
||||||
|
|
Loading…
Reference in a new issue