Merge pull request #267 from SergiX44/analysis-EAQjOD

Apply fixes from StyleCI
This commit is contained in:
Sergio Brighenti 2020-09-28 18:30:55 +02:00 committed by GitHub
commit ff25de6ceb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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