diff options
Diffstat (limited to 'Http/Firewall.php')
-rw-r--r-- | Http/Firewall.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Http/Firewall.php b/Http/Firewall.php index 5a1e9d5..98fda5e 100644 --- a/Http/Firewall.php +++ b/Http/Firewall.php @@ -84,6 +84,9 @@ class Firewall implements EventSubscriberInterface } } + /** + * {@inheritDoc} + */ public static function getSubscribedEvents() { return array( |