mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
update
This commit is contained in:
parent
7abcad6970
commit
ad01888662
@ -25,6 +25,6 @@ class ServerCreatedListener
|
|||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function handle(ServerCreatedEvent $event) {
|
public function handle(ServerCreatedEvent $event) {
|
||||||
info('listener', $event->serverLog);
|
info('listener', json_encode($event->serverLog));
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user