diff --git a/app/Models/Song.php b/app/Models/Song.php index 0f5ab7ff..32615683 100644 --- a/app/Models/Song.php +++ b/app/Models/Song.php @@ -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 diff --git a/tests/Integration/Models/SongTest.php b/tests/Integration/Models/SongTest.php index 5aecddfc..e5e8ecd5 100644 --- a/tests/Integration/Models/SongTest.php +++ b/tests/Integration/Models/SongTest.php @@ -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;