first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Server\Events;
|
||||
|
||||
use Swoole\Server;
|
||||
|
||||
class OnBeforeShutdown
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* @param Server|null $server
|
||||
*/
|
||||
public function __construct(public ?Server $server = null)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user