mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 19:04:03 +00:00
Laravel 6
This commit is contained in:
parent
adc1b26243
commit
ab0a40a17e
3 changed files with 7 additions and 5 deletions
|
|
@ -39,7 +39,9 @@ class TenantManagerv2
|
|||
|
||||
public function createTenant(Tenant $tenant): self
|
||||
{
|
||||
// todo make this atomic
|
||||
$this->storage->createTenant($tenant);
|
||||
// todo create database, optionally migrate
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue