mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-28 19:07:37 +03:00
9 lines
64 B
PHP
9 lines
64 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Oxbow\Events;
|
||
|
|
|
||
|
|
abstract class Event
|
||
|
|
{
|
||
|
|
//
|
||
|
|
}
|