Remove redundant import

This commit is contained in:
An Phan 2016-11-24 12:30:44 +08:00
parent 96a18b6d1d
commit 4640c41e7a
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -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;