1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +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 ecd20fa0c1
commit 50eea40edf

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;