Skip to content

Commit

Permalink
Apply fixes from StyleCI (spatie#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Jul 23, 2019
1 parent 1a34208 commit 67a6674
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/Feature/HasMediaTrait/DeleteMediaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
namespace Spatie\MediaLibrary\Tests\Feature\HasMediaTrait;

use File;
use Illuminate\Database\Eloquent\Model;
use Spatie\MediaLibrary\Tests\TestCase;
use Spatie\MediaLibrary\MediaLibraryServiceProvider;
use Spatie\MediaLibrary\Tests\Support\TestModels\TestCustomMediaModel;
use Spatie\MediaLibrary\Tests\Support\TestModels\TestModel;
use Spatie\MediaLibrary\Tests\TestCase;
use Spatie\MediaLibrary\Tests\Support\TestModels\TestCustomMediaModel;

class DeleteMediaTest extends TestCase
{
Expand Down

0 comments on commit 67a6674

Please # to comment.