瀏覽代碼

no message

kuaifan 5 年之前
父節點
當前提交
10a3f29584
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/Services/WebSocketService.php

+ 2 - 0
app/Services/WebSocketService.php

@@ -2,6 +2,8 @@
 
 namespace App\Services;
 
+@error_reporting(E_ALL & ~E_NOTICE);
+
 use App\Module\Base;
 use App\Module\Chat;
 use App\Module\Users;