From 8e168e648bf2bd397ec703081b21937bfca12de1 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sun, 16 Aug 2026 01:12:07 -0400 Subject: [PATCH] remove unused $container --- flight/core/Dispatcher.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/flight/core/Dispatcher.php b/flight/core/Dispatcher.php index 52a6ec1..00f74c3 100644 --- a/flight/core/Dispatcher.php +++ b/flight/core/Dispatcher.php @@ -295,8 +295,6 @@ class Dispatcher */ public function execute($callback, array $params = []) { - $container = $this->containerHandler; - $this->verifyValidFunction($callback); if (is_string($callback)) {