1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 15:54:03 +00:00
tenancy/src/Events/SavingTenant.php
2020-05-17 17:42:09 +02:00

7 lines
94 B
PHP

<?php
namespace Stancl\Tenancy\Events;
class SavingTenant extends Contracts\TenantEvent
{
}