diff options
Diffstat (limited to 'app/Subscriber/BaseSubscriber.php')
-rw-r--r-- | app/Subscriber/BaseSubscriber.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Subscriber/BaseSubscriber.php b/app/Subscriber/BaseSubscriber.php index 2e41da76..fdea29f6 100644 --- a/app/Subscriber/BaseSubscriber.php +++ b/app/Subscriber/BaseSubscriber.php @@ -34,7 +34,6 @@ class BaseSubscriber extends Base } $this->called[$key] = true; - return false; } } |