From 5ea5d5b8add7920c2ee77bf82adea5595fc37035 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sat, 15 Aug 2026 14:43:17 -0400 Subject: [PATCH] add Dispatcher namedFilteredCallables property --- flight/core/Dispatcher.php | 3 +++ 1 file changed, 3 insertions(+) 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