Skip to content

Commit 233a8b6

Browse files
author
Ivan Gavryshko
committed
MAGETWO-35133: Search for Commands
- changed back isInstalled() to private.
1 parent 981e511 commit 233a8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ private function getIsExpected($key, $default)
331331
*
332332
* @return bool
333333
*/
334-
public function isInstalled()
334+
private function isInstalled()
335335
{
336336
$this->initObjectManager();
337337
/** @var \Magento\Framework\App\DeploymentConfig $deploymentConfig */

0 commit comments

Comments
 (0)