mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-15 12:44:04 +00:00
Bootstrapper tests
This commit is contained in:
parent
73fc525126
commit
6f4b9f486c
20 changed files with 266 additions and 79 deletions
|
|
@ -2,8 +2,12 @@
|
|||
|
||||
namespace Stancl\Tenancy\Contracts;
|
||||
|
||||
/**
|
||||
* @see \Stancl\Tenancy\Database\Models\Tenant
|
||||
*/
|
||||
interface Tenant
|
||||
{
|
||||
public function getTenantKeyName(): string;
|
||||
public function getTenantKey(): string;
|
||||
public function run(callable $callback);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue