diff --git a/src/Install/InstallServiceProvider.php b/src/Install/InstallServiceProvider.php index d32955232..4b8e249d2 100644 --- a/src/Install/InstallServiceProvider.php +++ b/src/Install/InstallServiceProvider.php @@ -31,7 +31,7 @@ class InstallServiceProvider extends AbstractServiceProvider $this->app->basePath(), $this->app->publicPath(), $this->app->storagePath(), - $this->app->vendorPath(), + $this->app->vendorPath() ); }); }