2024-03-16 20:37:32 +01:00

9 lines
67 B
PHP

<?php
namespace Vanguard\Events;
abstract class Event
{
//
}