1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 09:34:05 +00:00
This commit is contained in:
Jesper Jacobsen 2019-10-22 23:57:15 +02:00
parent 43a43a8d55
commit 195bffa972

View file

@ -259,7 +259,9 @@ class TenantManager
public function endTenancy(): self
{
if (! $this->initialized) { return $this; }
if (! $this->initialized) {
return $this;
}
$prevented = $this->event('ending');