diff options
Diffstat (limited to 'Http/AccessMap.php')
-rw-r--r-- | Http/AccessMap.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Http/AccessMap.php b/Http/AccessMap.php index bf1d540..dc2e66a 100644 --- a/Http/AccessMap.php +++ b/Http/AccessMap.php @@ -36,6 +36,9 @@ class AccessMap implements AccessMapInterface $this->map[] = array($requestMatcher, $attributes, $channel); } + /** + * {@inheritDoc} + */ public function getPatterns(Request $request) { foreach ($this->map as $elements) { |