소스 검색

fix syntax error

walkor 9 년 전
부모
커밋
fb43d937b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Lib/Constants.php

+ 1 - 1
Lib/Constants.php

@@ -27,7 +27,7 @@ define('WORKERMAN_CONNECT_FAIL', 1);
 define('WORKERMAN_SEND_FAIL', 2);
 
 // Compatible with php7
-if(!class_exists('Error''))
+if(!class_exists('Error'))
 {
     class Error extends Exception
     {