mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Fix syntax error
This commit is contained in:
@@ -31,7 +31,7 @@ class InstallServiceProvider extends AbstractServiceProvider
|
||||
$this->app->basePath(),
|
||||
$this->app->publicPath(),
|
||||
$this->app->storagePath(),
|
||||
$this->app->vendorPath(),
|
||||
$this->app->vendorPath()
|
||||
);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user