1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 22:20:21 +02:00

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
luceos
2021-07-30 16:02:40 +00:00
committed by Daniël Klabbers
parent a26f279e0f
commit 9490b3dc32

View File

@@ -53,8 +53,7 @@ class InfoCommand extends AbstractCommand
SettingsRepositoryInterface $settings,
ConnectionInterface $db,
Queue $queue
)
{
) {
$this->extensions = $extensions;
$this->config = $config;
$this->settings = $settings;