tethys/app/Events/Event.php
2020-06-10 21:09:15 +02:00

8 lines
61 B
PHP
Executable File

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