mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 22:04:04 +00:00
Merge branch 'master' into shift-64622
This commit is contained in:
commit
ea0b44522d
42 changed files with 277 additions and 75 deletions
|
|
@ -149,6 +149,7 @@ class MyTenant extends Tenant
|
|||
class AnotherTenant extends Model implements Contracts\Tenant
|
||||
{
|
||||
protected $guarded = [];
|
||||
|
||||
protected $table = 'tenants';
|
||||
|
||||
public function getTenantKeyName(): string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue