mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Apply fixes from StyleCI (#782)
This commit is contained in:
parent
8f7654a220
commit
86915c9280
2 changed files with 0 additions and 3 deletions
|
@ -12,7 +12,6 @@ use Illuminate\Database\Eloquent\Collection;
|
|||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
|
||||
use Lastfm;
|
||||
|
||||
/**
|
||||
* @property string path
|
||||
|
|
|
@ -3,10 +3,8 @@
|
|||
namespace Tests\Integration\Models;
|
||||
|
||||
use App\Models\Song;
|
||||
use App\Models\User;
|
||||
use Aws\AwsClient;
|
||||
use Cache;
|
||||
use Lastfm;
|
||||
use Mockery as m;
|
||||
use Tests\TestCase;
|
||||
|
||||
|
|
Loading…
Reference in a new issue