e
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace HttpServer\Events\Trigger;
|
||||
|
||||
|
||||
use HttpServer\Events\Callback;
|
||||
|
||||
class OnBeforeReload extends Callback
|
||||
{
|
||||
|
||||
public function onHandler()
|
||||
{
|
||||
// TODO: Implement onHandler() method.
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user