Apply fixes from StyleCI (#782)

This commit is contained in:
Phan An 2018-08-19 23:17:24 +02:00 committed by GitHub
parent 8f7654a220
commit 86915c9280
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View file

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

View file

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