1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:14:04 +00:00
tenancy/src/Events/TenantSaved.php
2020-05-08 04:37:43 +02:00

7 lines
93 B
PHP

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