Files
2024-09-18 10:42:19 +02:00

9 lines
67 B
PHP

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