1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:54:03 +00:00

Delete AppServiceProvider

This commit is contained in:
Samuel Štancl 2019-08-19 19:31:03 +02:00
parent 4d64542ce1
commit 4342c5eb1b
2 changed files with 0 additions and 29 deletions

View file

@ -123,7 +123,6 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
protected function getPackageProviders($app)
{
return [
\Stancl\Tenancy\Tests\Etc\AppServiceProvider::class,
\Stancl\Tenancy\TenancyServiceProvider::class,
];
}