invoiceninja/app/Events/Event.php
2019-01-30 22:00:26 +11:00

7 lines
55 B
PHP
Executable file

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