Skip to content

Commit 31490f0

Browse files
authored
Update ConfigProvider.php
1 parent 209977e commit 31490f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function __invoke(): array
4141
],
4242
];
4343

44-
$content = include_once BASE_PATH . '/config/autoload/server.php';
44+
$content = include BASE_PATH . '/config/autoload/server.php';
4545
$runtime_dir = dirname($content['settings'][Constant::OPTION_PID_FILE]);
4646
if(!file_exists($runtime_dir)){
4747
mkdir($runtime_dir, 0777, true);

0 commit comments

Comments
 (0)