invoiceninja/app/Events/Event.php
Holger Lösken 0f69e8a6b3 Code Refactoring
- Removed unused uses
- Type hinting for method parameters
- Removed commented code
- Introduced comments for classes and methods
- Short array syntax
2016-07-03 16:12:52 +00:00

5 lines
54 B
PHP

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