Skip to content

Commit

Permalink
Issue #19 Fix typo in web.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehaertl committed Feb 12, 2019
1 parent 1733e24 commit cb8a5f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/web.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/* @var codemix\yii2confload\Config $this */

// Prepare bootsrapped components and modules
// Prepare bootstrapped components and modules
$bootstrap = ['log']; // Must be 1st bootstrapped component
$modules = [];
if (YII_ENV_DEV) {
Expand All @@ -24,7 +24,7 @@
'@npm' => '/var/www/vendor/npm-asset',
],
'basePath' => '/var/www/html',
'bootstrap' => $bootsrap,
'bootstrap' => $bootstrap,
'modules' => $modules,
'vendorPath' => '/var/www/vendor',
'catchAll' => self::env('MAINTENANCE', false) ? ['site/maintenance'] : null,
Expand Down

0 comments on commit cb8a5f6

Please sign in to comment.