mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 00:04:03 +00:00
Merge branch 'master' into stein-j-readied-tenant
This commit is contained in:
commit
a70b143859
36 changed files with 167 additions and 217 deletions
|
|
@ -10,6 +10,9 @@ use Stancl\Tenancy\Database\Concerns\HasDomains;
|
|||
use Stancl\Tenancy\Database\Concerns\HasPending;
|
||||
use Stancl\Tenancy\Database\Models;
|
||||
|
||||
/**
|
||||
* @method static static create(array $attributes = [])
|
||||
*/
|
||||
class Tenant extends Models\Tenant implements TenantWithDatabase
|
||||
{
|
||||
use HasDatabase, HasDomains, HasPending;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue