mirror of
https://github.com/flarum/core.git
synced 2025-10-12 23:44:27 +02:00
Fix code style issues
This commit is contained in:
@@ -31,7 +31,7 @@ class InstallServiceProvider extends ServiceProvider
|
||||
|
||||
$this->app->bind(
|
||||
'Flarum\Install\Prerequisites\Prerequisite',
|
||||
function() {
|
||||
function () {
|
||||
return new Composite(
|
||||
new PhpVersion(),
|
||||
new PhpExtensions(),
|
||||
|
Reference in New Issue
Block a user