2025-09-14 18:41:00 +02:00

8 lines
88 B
PHP

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