mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 23:54:03 +00:00
Add methods to Tenant contract
This commit is contained in:
parent
494d274798
commit
2492345280
3 changed files with 18 additions and 7 deletions
|
|
@ -3,4 +3,7 @@
|
|||
namespace Stancl\Tenancy\Contracts;
|
||||
|
||||
interface Tenant
|
||||
{}
|
||||
{
|
||||
public function getTenantKeyName(): string;
|
||||
public function getTenantKey(): string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue