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

Merge branch 'master' into resolve-confilits

This commit is contained in:
Abrar Ahmad 2022-07-21 13:42:39 +05:00
commit 570cd4bb67
42 changed files with 277 additions and 75 deletions

View file

@ -149,6 +149,7 @@ class MyTenant extends Tenant
class AnotherTenant extends Model implements Contracts\Tenant
{
protected $guarded = [];
protected $table = 'tenants';
public function getTenantKeyName(): string