mirror of
https://github.com/koel/koel
synced 2024-12-01 08:19:18 +00:00
Apply fixes from StyleCI (#583)
This commit is contained in:
parent
1406b86e01
commit
328dc88c99
1 changed files with 11 additions and 11 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
namespace Tests\Feature;
|
namespace Tests\Feature;
|
||||||
|
|
||||||
use MediaCache;
|
|
||||||
use Cache;
|
use Cache;
|
||||||
|
use MediaCache;
|
||||||
use Tests\BrowserKitTestCase;
|
use Tests\BrowserKitTestCase;
|
||||||
|
|
||||||
class MediaCacheTest extends BrowserKitTestCase
|
class MediaCacheTest extends BrowserKitTestCase
|
||||||
|
|
Loading…
Reference in a new issue