We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3807ad commit 6928cd7Copy full SHA for 6928cd7
src/Application.php
@@ -32,7 +32,7 @@ public static function run()
32
}
33
34
35
- Config::load(config_path(), ['route', 'container']);
+ Config::reload(config_path(), ['route', 'container']);
36
37
Worker::$onMasterReload = function (){
38
if (function_exists('opcache_get_status')) {
0 commit comments