2025-03-22 16:41:26 +01:00

8 lines
88 B
PHP

<?php
namespace Vanguard\Events\Permission;
class Created extends PermissionEvent
{
}