@@ -36,9 +36,9 @@ |
||
36 | 36 | |
37 | 37 | // starting works |
38 | 38 | |
39 | - $app->starting()->add(static function () use ($rec, $isp, $dsp) { |
|
39 | + $app->starting()->add(static function() use ($rec, $isp, $dsp) { |
|
40 | 40 | // routes parsing |
41 | - if (defined('CWD') && is_file($rf = CWD . '/routes.php')) { |
|
41 | + if (defined('CWD') && is_file($rf = CWD.'/routes.php')) { |
|
42 | 42 | (new Initializer)->loads(...(array) include $rf); |
43 | 43 | } |
44 | 44 |