1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-06-02 18:41:41 +03:00
bookstack/app/Events/Event.php
2015-07-12 20:01:42 +01:00

9 lines
64 B
PHP

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