We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209977e commit 31490f0Copy full SHA for 31490f0
src/ConfigProvider.php
@@ -41,7 +41,7 @@ public function __invoke(): array
41
],
42
];
43
44
- $content = include_once BASE_PATH . '/config/autoload/server.php';
+ $content = include BASE_PATH . '/config/autoload/server.php';
45
$runtime_dir = dirname($content['settings'][Constant::OPTION_PID_FILE]);
46
if(!file_exists($runtime_dir)){
47
mkdir($runtime_dir, 0777, true);
0 commit comments