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

singleton regis in TestCase

This commit is contained in:
Abrar Ahmad 2022-09-05 11:37:17 +05:00
parent fafe7cf278
commit 48ed21313c
2 changed files with 17 additions and 11 deletions

View file

@ -11,8 +11,6 @@ use Stancl\Tenancy\Listeners\RevertToCentralContext;
use Stancl\Tenancy\Tests\Etc\Tenant;
beforeEach(function () {
$this->app->singleton(BatchTenancyBootstrapper::class);
config([
'tenancy.bootstrappers' => [
DatabaseTenancyBootstrapper::class,