Skip to content

Commit

Permalink
duplicate maintenance initalization
Browse files Browse the repository at this point in the history
  • Loading branch information
sivajik34 committed Apr 6, 2017
1 parent 938071e commit 48d683c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/internal/Magento/Framework/App/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ public function __construct(ObjectManagerFactory $factory, $rootDir, array $init
$this->rootDir = $rootDir;
$this->server = $initParams;
$this->objectManager = $this->factory->create($this->server);
$this->maintenance = $this->objectManager->get(\Magento\Framework\App\MaintenanceMode::class);
}

/**
Expand Down

0 comments on commit 48d683c

Please sign in to comment.