From 4425e9da42449413060d99b120b2933326a075c6 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Sun, 4 Oct 2020 20:17:15 +0200 Subject: Fix Application class loading in config Signed-off-by: Sean Molenaar --- lib/Migration/MigrateConfig.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Migration/MigrateConfig.php b/lib/Migration/MigrateConfig.php index e07760d64..50d335892 100644 --- a/lib/Migration/MigrateConfig.php +++ b/lib/Migration/MigrateConfig.php @@ -33,8 +33,9 @@ class MigrateConfig implements IRepairStep /** * @param LegacyConfig $config * @param IConfig $iConfig + * @param Application $application To make sure the class is found below */ - public function __construct(LegacyConfig $config, IConfig $iConfig) + public function __construct(LegacyConfig $config, IConfig $iConfig, Application $application) { $this->config = $config; $this->iConfig = $iConfig; -- cgit v1.2.3