Files
kiri-core/http-server/Events/OnAfterCommandExecute.php
T

17 lines
156 B
PHP
Raw Normal View History

2021-08-13 14:58:58 +08:00
<?php
namespace Server\Events;
class OnAfterCommandExecute
{
/**
* @param mixed $data
*/
public function __construct(public mixed $data)
{
}
}