2024-09-18 16:47:42 +02:00

9 lines
67 B
PHP

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