mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 02:54:05 +00:00
WIP TenantManager
This commit is contained in:
parent
96e8dec5eb
commit
696cc8ba9a
2 changed files with 25 additions and 1 deletions
|
|
@ -4,10 +4,12 @@ declare(strict_types=1);
|
|||
|
||||
namespace Stancl\Tenancy;
|
||||
|
||||
// todo laravel events instead of custom events?
|
||||
|
||||
/**
|
||||
* @final Class is subject to breaking changes in minor and patch versions.
|
||||
*/
|
||||
final class Tenant
|
||||
final class Tenant // todo implement an interface to allow for current tenant dependency injection
|
||||
{
|
||||
// todo specify id in data
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue