File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
setup/src/Magento/Setup/Console/Command Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
use Magento \Framework \Setup \ConsoleLogger ;
9
9
use Magento \Setup \Model \InstallerFactory ;
10
+ use Magento \Setup \Model \ObjectManagerProvider ;
10
11
use Symfony \Component \Console \Input \InputInterface ;
11
12
use Symfony \Component \Console \Input \InputOption ;
12
13
use Symfony \Component \Console \Output \OutputInterface ;
@@ -32,8 +33,9 @@ class UpgradeCommand extends AbstractSetupCommand
32
33
* Constructor
33
34
*
34
35
* @param InstallerFactory $installerFactory
36
+ * @param ObjectManagerProvider $objectManagerProvider
35
37
*/
36
- public function __construct (InstallerFactory $ installerFactory )
38
+ public function __construct (InstallerFactory $ installerFactory, ObjectManagerProvider $ objectManagerProvider )
37
39
{
38
40
$ this ->installerFactory = $ installerFactory ;
39
41
parent ::__construct ();
You can’t perform that action at this time.
0 commit comments