We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb07c9 commit b4dbfd4Copy full SHA for b4dbfd4
src/Brief.php
@@ -289,17 +289,7 @@ public function getAliasedKey(string $alias)
289
return false;
290
}
291
292
- $authoritative = $this->collapseAliasChain($alias);
293
-
294
- // Check resolved value for allowable keys
295
- if (false === $this::isKeyAllowed($authoritative)) {
296
- $this->log('ProtectedKey', 'This key is protected and cannot be used.',
297
- ['key' => $authoritative, 'protected_keys' => self::$protected]);
298
299
- return false;
300
- }
301
302
- return $authoritative;
+ return $this->collapseAliasChain($alias);
303
304
305
/**
0 commit comments