We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54b28b5 + 1c4de5a commit ec3925fCopy full SHA for ec3925f
app/Commands/ServeCommand.php
@@ -20,7 +20,7 @@ protected function loadConfiguration(string $configFile)
20
throw_if(! file_exists($configFile), new InvalidArgumentException("Invalid config file {$configFile}"));
21
22
$localConfig = require $configFile;
23
- config()->set('expose', $localConfig);
+ config()->set('expose-server', $localConfig);
24
}
25
26
public function handle()
0 commit comments