1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 01:34:02 +00:00
tenancy/src/Events/TenantMaintenanceModeDisabled.php
2022-10-17 17:48:49 +00:00

10 lines
144 B
PHP

<?php
declare(strict_types=1);
namespace Stancl\Tenancy\Events;
class TenantMaintenanceModeDisabled extends Contracts\TenantEvent
{
//
}