Commit 4fdd8290 authored by Shakarim Sapa's avatar Shakarim Sapa

- FIX

parent 4d3b3fb8
......@@ -20,7 +20,7 @@ class Conditions {
* @return $this Conditions
*/
public static function init(){
var_dump(__DIR__.'\config\main.php'); die;
var_dump(__DIR__.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'main.php'); die;
// Переопределили переменную конфиг (чтобы в дальнейшем было проще обращатся)
self::$config = require(__DIR__.'\config\main.php');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment