From 3f2d1ffd02c0e6171acc9b5307df6dda11de2232 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 13 Jun 2019 00:11:57 +0200 Subject: [PATCH] Fix syntax error --- framework/core/src/Install/InstallServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Install/InstallServiceProvider.php b/framework/core/src/Install/InstallServiceProvider.php index d32955232..4b8e249d2 100644 --- a/framework/core/src/Install/InstallServiceProvider.php +++ b/framework/core/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() ); }); }