2025-02-26 08:57:46 +01:00

8 lines
88 B
PHP

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