mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 23:54:03 +00:00
Add docblocks
This commit is contained in:
parent
93fc961b34
commit
509d00f9f3
6 changed files with 184 additions and 6 deletions
|
|
@ -6,6 +6,9 @@ namespace Stancl\Tenancy\Contracts;
|
|||
|
||||
use Stancl\Tenancy\Tenant;
|
||||
|
||||
/**
|
||||
* TenancyBootstrappers are classes that make existing code tenant-aware.
|
||||
*/
|
||||
interface TenancyBootstrapper
|
||||
{
|
||||
public function start(Tenant $tenant);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue