From 318852b19b1d02d26dad84e47111760d5d839e07 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sat, 15 Aug 2026 14:22:31 -0400 Subject: [PATCH] deprecate Dispatcher filters property --- flight/core/Dispatcher.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flight/core/Dispatcher.php b/flight/core/Dispatcher.php index ed218f7..c433ced 100644 --- a/flight/core/Dispatcher.php +++ b/flight/core/Dispatcher.php @@ -36,9 +36,10 @@ class Dispatcher protected array $events = []; /** + * @deprecated Don't use this property, use `hook()` instead. * @var array */ protected array $filters = [];