invoiceninja/app/Events/Event.php
2019-01-30 21:45:46 +11:00

8 lines
55 B
PHP
Executable File

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