From 26734351977621d309ffe10171ee27a17b4702e7 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sat, 15 Aug 2026 14:43:57 -0400 Subject: [PATCH] update before and filters signature --- flight/core/Dispatcher.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flight/core/Dispatcher.php b/flight/core/Dispatcher.php index 7d4fc92..46c1975 100644 --- a/flight/core/Dispatcher.php +++ b/flight/core/Dispatcher.php @@ -42,8 +42,8 @@ class Dispatcher /** * @deprecated Don't use this property, use `hook()` instead. * @var array */ protected array $filters = [];