theloftstore/app/Events/Role/Created.php
2025-02-26 08:57:46 +01:00

8 lines
76 B
PHP

<?php
namespace Vanguard\Events\Role;
class Created extends RoleEvent
{
}