diff --git a/tests/BootApplication.php b/tests/BootApplication.php index 4f310ba..d30d7f9 100644 --- a/tests/BootApplication.php +++ b/tests/BootApplication.php @@ -3,7 +3,6 @@ namespace Tests; - use App\Database\Migrator; trait BootApplication @@ -24,5 +23,4 @@ trait BootApplication return $this->app; } - -} \ No newline at end of file +}