This commit is contained in:
2020-09-07 15:55:55 +08:00
parent 6493fc9450
commit c7abbae458
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class OnShutdown extends Callback
*/
public function onHandler(Server $server)
{
Coroutine::create([$this,'system_mail'],'server shutdown~');
// Coroutine::create([$this,'system_mail'],'server shutdown~');
$event = Snowflake::app()->getEvent();
if (!$event->exists(Event::SERVER_SHUTDOWN)) {
return;