Skip to content

Commit

Permalink
fix: remove orchestra/database dependency from package providers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymeh committed Aug 16, 2022
1 parent 29855c3 commit ef5215c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,4 @@ protected function getEnvironmentSetUp($app)
{
$app['config']->set('database.default', 'testing');
}

protected function getPackageProviders($app)
{
return [
\Orchestra\Database\ConsoleServiceProvider::class,
];
}
}

0 comments on commit ef5215c

Please sign in to comment.