diff --git a/flight/core/Dispatcher.php b/flight/core/Dispatcher.php index e60b015..7d4fc92 100644 --- a/flight/core/Dispatcher.php +++ b/flight/core/Dispatcher.php @@ -36,6 +36,9 @@ class Dispatcher */ protected array $events = []; + /** @var array */ + private array $namedFilteredCallables = []; + /** * @deprecated Don't use this property, use `hook()` instead. * @var array