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 = [];