소스 검색

hide php errors

develop
Robin Thoni 8 년 전
부모
커밋
657ad1d02a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/Utils/Controller/LuticateApplication.php

+ 1
- 0
src/Utils/Controller/LuticateApplication.php 파일 보기

@@ -37,6 +37,7 @@ class LuticateApplication implements MessageComponentInterface
37 37
      */
38 38
     public function __construct($configuration)
39 39
     {
40
+        error_reporting(0);
40 41
         $this->_config = $configuration;
41 42
         $this->_clients = new \SplObjectStorage;
42 43
         $this->_router = new LuRoute();

Loading…
취소
저장