فهرست منبع

Delete test exit in Core\Config

Visman 5 سال پیش
والد
کامیت
1a4844c508
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 3
      app/Core/Config.php

+ 0 - 3
app/Core/Config.php

@@ -49,9 +49,6 @@ class Config
             $this->configArrPos     = $matches[0][1];
             $this->configWhitespace = $matches[1][0];
 
-
-            exit(var_dump($this->getArray()));
-
             return;
         }