Skip to content

Commit

Permalink
Fix error typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Nov 8, 2023
1 parent 41e9f63 commit b1700a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@

if (isset($params['yii2.debug']) && $params['yii2.debug'] === true) {
$debug = [
'bootstrap' => [
'debug',
],
// configuration adjustments for 'dev' environment
'bootstrap' => ['debug'],
'modules' => [
'debug' => [
'class' => $params['yii2.debug.classMap'] ?? \yii\debug\Module::class,
Expand Down

0 comments on commit b1700a3

Please sign in to comment.