Skip to content

Commit 611bab4

Browse files
committed
PWA-555: [UPWARD-PHP] Migrate from Zend to Laminas
1 parent 09ca990 commit 611bab4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/DefinitionIterator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ public function get($lookup, $definition = null)
7676
$originalLookup = $lookup;
7777
$lookup = $parentLookup;
7878
} else {
79-
if ($lookup = 'env.MAGENTO_BACKEND_URL') {
80-
return 'https://m22ce.test/';
81-
}
8279
throw new \RuntimeException(sprintf('No definition for %s', \is_string($lookup) || is_numeric($lookup) ? $lookup : \gettype($lookup)));
8380
}
8481
}

0 commit comments

Comments
 (0)