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

removed uses from individual files and add it in Pest

This commit is contained in:
Abrar Ahmad 2022-06-30 13:12:34 +05:00
parent e7d0bbf302
commit 8bd7c95fff
26 changed files with 2 additions and 91 deletions

View file

@ -18,8 +18,6 @@ use Stancl\Tenancy\TenantDatabaseManagers\MySQLDatabaseManager;
use Stancl\Tenancy\TenantDatabaseManagers\PermissionControlledMySQLDatabaseManager;
use Stancl\Tenancy\Tests\Etc\Tenant;
uses(Stancl\Tenancy\Tests\TestCase::class);
beforeEach(function () {
config([
'tenancy.database.managers.mysql' => PermissionControlledMySQLDatabaseManager::class,