mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 16:24:27 +08:00
Fix syntax error
This commit is contained in:
parent
7f5bd1e96b
commit
9e2b796a7c
@ -31,7 +31,7 @@ class InstallServiceProvider extends AbstractServiceProvider
|
||||
$this->app->basePath(),
|
||||
$this->app->publicPath(),
|
||||
$this->app->storagePath(),
|
||||
$this->app->vendorPath(),
|
||||
$this->app->vendorPath()
|
||||
);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user