1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 07:54:03 +00:00
tenancy/src/Events/RemovingStorageSymlink.php
2022-07-27 11:45:40 +00:00

9 lines
130 B
PHP

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