Robin Thoni пре 10 година
родитељ
комит
657ad1d02a
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      src/Utils/Controller/LuticateApplication.php

+ 1
- 0
src/Utils/Controller/LuticateApplication.php Прегледај датотеку

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

Loading…
Откажи
Сачувај