Skip to content

Commit 6928cd7

Browse files
authored
Optimizations
1 parent f3807ad commit 6928cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static function run()
3232
}
3333
}
3434

35-
Config::load(config_path(), ['route', 'container']);
35+
Config::reload(config_path(), ['route', 'container']);
3636

3737
Worker::$onMasterReload = function (){
3838
if (function_exists('opcache_get_status')) {

0 commit comments

Comments
 (0)