Skip to content

Commit

Permalink
Init the default kernel config value
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhhui committed Oct 11, 2022
1 parent e8a988e commit 49ac9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public function init(): void
'versions' => [
'php' => '8.1',
],
'kernel' => 'swow',
];
$this->setConfigContent($content);
}
Expand Down

0 comments on commit 49ac9dc

Please sign in to comment.