diff --git a/config/web.php b/config/web.php index 7f9e6df..f864aa6 100644 --- a/config/web.php +++ b/config/web.php @@ -1,7 +1,7 @@ '/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,