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

8 lines
60 B
PHP
Executable File

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