We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f9559 commit 4e22c4dCopy full SHA for 4e22c4d
tests/Features/TenantConfigTest.php
@@ -37,9 +37,6 @@
37
'whitelabel' => ['config' => ['theme' => 'dark']],
38
]);
39
40
- // todo0 one reason why this fails is that tenancy.features was empty
41
- // at register() time
42
-
43
tenancy()->initialize($tenant);
44
expect(config('whitelabel.theme'))->toBe('dark');
45
tenancy()->end();
0 commit comments