Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
Sergio Brighenti 2020-09-28 16:20:48 +00:00 committed by StyleCI Bot
parent 2eb269d6bf
commit 20c08eb129

View file

@ -3,7 +3,6 @@
namespace Tests;
use App\Database\Migrator;
trait BootApplication
@ -24,5 +23,4 @@ trait BootApplication
return $this->app;
}
}