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

7 lines
60 B
PHP
Executable file

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