mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:14:04 +00:00
Styling
This commit is contained in:
parent
43a43a8d55
commit
195bffa972
1 changed files with 3 additions and 1 deletions
|
|
@ -259,7 +259,9 @@ class TenantManager
|
||||||
|
|
||||||
public function endTenancy(): self
|
public function endTenancy(): self
|
||||||
{
|
{
|
||||||
if (! $this->initialized) { return $this; }
|
if (! $this->initialized) {
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
$prevented = $this->event('ending');
|
$prevented = $this->event('ending');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue