mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 23:14:03 +00:00
Add maintenance mode events (#979)
This commit is contained in:
parent
080b271bb3
commit
3f60c4a652
5 changed files with 43 additions and 0 deletions
10
src/Events/TenantMaintenanceModeDisabled.php
Normal file
10
src/Events/TenantMaintenanceModeDisabled.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Events;
|
||||
|
||||
class TenantMaintenanceModeDisabled extends Contracts\TenantEvent
|
||||
{
|
||||
//
|
||||
}
|
||||
10
src/Events/TenantMaintenanceModeEnabled.php
Normal file
10
src/Events/TenantMaintenanceModeEnabled.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Events;
|
||||
|
||||
class TenantMaintenanceModeEnabled extends Contracts\TenantEvent
|
||||
{
|
||||
//
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue