Fix syntax error

This commit is contained in:
Franz Liedke 2019-06-13 00:11:57 +02:00
parent 7f5bd1e96b
commit 9e2b796a7c
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -31,7 +31,7 @@ class InstallServiceProvider extends AbstractServiceProvider
$this->app->basePath(),
$this->app->publicPath(),
$this->app->storagePath(),
$this->app->vendorPath(),
$this->app->vendorPath()
);
});
}