mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-15 16:22:45 +08:00
9 lines
64 B
PHP
9 lines
64 B
PHP
![]() |
<?php
|
||
|
|
||
|
namespace Oxbow\Events;
|
||
|
|
||
|
abstract class Event
|
||
|
{
|
||
|
//
|
||
|
}
|