1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 22:52:32 +01:00
flox/backend/app/Events/Event.php
2016-02-23 09:36:43 +01:00

9 lines
63 B
PHP

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