@@ -78,7 +78,7 @@ |
||
78 | 78 | */ |
79 | 79 | protected function getConfigPathFromRequest(Request $request): string |
80 | 80 | { |
81 | - $configPath = $request->get('config', null); |
|
81 | + $configPath = $request->get('config', null); |
|
82 | 82 | $configPath = str_replace(".", "/", $configPath); |
83 | 83 | $configPath = ltrim($configPath, '/'); |
84 | 84 |