瀏覽代碼

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…
取消
儲存