Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 11, 2023
1 parent 75b1c1e commit a94786a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/framework/src/Console/Commands/ServeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ protected function getEnvironmentVariables(): array
if ($this->getDashboardSelection() !== null) {
$vars['HYDE_RC_SERVER_DASHBOARD'] = $this->getDashboardSelection() ? 'enabled' : 'disabled';
}

return $vars;
}

Expand Down

0 comments on commit a94786a

Please sign in to comment.