mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 06:54:04 +00:00
Merge branch 'master' into stein-j/3.x
This commit is contained in:
commit
147b2fe3c0
149 changed files with 1989 additions and 1034 deletions
|
|
@ -4,12 +4,15 @@ 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\Concerns\MaintenanceMode;
|
||||
use Stancl\Tenancy\Database\Models;
|
||||
|
||||
/**
|
||||
* @method static static create(array $attributes = [])
|
||||
*/
|
||||
class Tenant extends Models\Tenant implements TenantWithDatabase
|
||||
{
|
||||
use HasDatabase, HasDomains, MaintenanceMode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue