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

Merge branch 'master' into resource-syncing

This commit is contained in:
Abrar Ahmad 2022-08-30 13:05:28 +05:00 committed by GitHub
commit 5aa8231c81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
95 changed files with 702 additions and 702 deletions

View file

@ -4,7 +4,7 @@ declare(strict_types=1);
namespace Stancl\Tenancy\Tests\Etc;
use Stancl\Tenancy\Contracts\TenantWithDatabase;
use Stancl\Tenancy\Database\Contracts\TenantWithDatabase;
use Stancl\Tenancy\Database\Concerns\HasDatabase;
use Stancl\Tenancy\Database\Concerns\HasDomains;
use Stancl\Tenancy\Database\Models;