1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:34:04 +00:00
tenancy/src/Events/TenantMaintenanceModeDisabled.php
2022-10-17 11:24:22 -04:00

10 lines
No EOL
143 B
PHP

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