1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 09:54:05 +00:00

events added

This commit is contained in:
Chinmay Purav 2024-09-12 23:32:50 +05:30 committed by GitHub
parent f2e1648973
commit 7305c9e65b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
namespace Stancl\Tenancy\Events;
class TenantGoingInMaintenanceMode extends Contracts\TenantEvent
{
}

View file

@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
namespace Stancl\Tenancy\Events;
class TenantWentInMaintenanceMode extends Contracts\TenantEvent
{
}