1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 01:41:34 +02:00
invoiceninja/app/Events/Event.php

8 lines
60 B
PHP
Raw Normal View History

2015-03-12 01:44:39 +01:00
<?php namespace App\Events;
abstract class Event {
//
}