소스 검색

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;