mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:34:04 +00:00
events added
This commit is contained in:
parent
f2e1648973
commit
7305c9e65b
2 changed files with 18 additions and 0 deletions
9
src/Events/TenantGoingInMaintenanceMode.php
Normal file
9
src/Events/TenantGoingInMaintenanceMode.php
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace Stancl\Tenancy\Events;
|
||||||
|
|
||||||
|
class TenantGoingInMaintenanceMode extends Contracts\TenantEvent
|
||||||
|
{
|
||||||
|
}
|
||||||
9
src/Events/TenantWentInMaintenanceMode.php
Normal file
9
src/Events/TenantWentInMaintenanceMode.php
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace Stancl\Tenancy\Events;
|
||||||
|
|
||||||
|
class TenantWentInMaintenanceMode extends Contracts\TenantEvent
|
||||||
|
{
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue