theloftstore/app/Events/Event.php
2025-02-26 08:57:46 +01:00

9 lines
67 B
PHP

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