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