mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 08:04:03 +00:00
Add readied events
This commit is contained in:
parent
f487f92f0d
commit
30f0a2b134
7 changed files with 80 additions and 1 deletions
9
src/Events/ReadyingTenant.php
Normal file
9
src/Events/ReadyingTenant.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Events;
|
||||
|
||||
class ReadyingTenant extends Contracts\TenantEvent
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue