1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-06-21 05:34:06 +00:00
tenancy/src/Events/CreatingPendingTenant.php

7 lines
128 B
PHP

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