mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:54:05 +00:00
Rename method
This commit is contained in:
parent
85b1d73cf3
commit
394d976863
1 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ class TenantManager
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
$afterCreating = array_merge($afterCreating, $this->getUserPostCreateCallbacks());
|
$afterCreating = array_merge($afterCreating, $this->getUserPostCreationCallbacks());
|
||||||
|
|
||||||
$this->database->createDatabase($tenant, $afterCreating);
|
$this->database->createDatabase($tenant, $afterCreating);
|
||||||
|
|
||||||
|
|
@ -338,7 +338,7 @@ class TenantManager
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @return callable[] */
|
/** @return callable[] */
|
||||||
public function getUserPostCreateCallbacks(): array
|
public function getUserPostCreationCallbacks(): array
|
||||||
{
|
{
|
||||||
return $this->app['tenancy.postCreationCallbacks'] ?? [];
|
return $this->app['tenancy.postCreationCallbacks'] ?? [];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue