We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b23de commit 04a9868Copy full SHA for 04a9868
src/Commands/HydeBuildStaticSiteCommand.php
@@ -92,6 +92,7 @@ protected function printInitialInformation(): void
92
{
93
if ($this->option('no-api')) {
94
$this->info('Disabling external API calls');
95
+ $this->newLine();
96
$config = config('hyde.features');
97
unset($config[array_search('torchlight', $config)]);
98
Config::set(['hyde.features' => $config]);
0 commit comments