From 9e2b796a7c4a4de82ac080346ada6691f9f5a0b6 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 13 Jun 2019 00:11:57 +0200 Subject: [PATCH] Fix syntax error --- src/Install/InstallServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ); }); }