mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Remove redundant import
This commit is contained in:
parent
96a18b6d1d
commit
4640c41e7a
1 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
|||
<?php
|
||||
|
||||
use App\Events\LibraryChanged;
|
||||
use App\Models\Album;
|
||||
use App\Models\Artist;
|
||||
use App\Models\Song;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
use Illuminate\Foundation\Testing\WithoutMiddleware;
|
||||
|
||||
|
|
Loading…
Reference in a new issue