From bb4d3e80b039396adabbf17296d41141ec4eee41 Mon Sep 17 00:00:00 2001 From: flashwave Date: Thu, 7 Sep 2023 23:57:14 +0000 Subject: [PATCH] Fixed HttpFx not becoming available to registerRoutes. --- VERSION | 2 +- src/Http/HttpFx.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 736f155..907753d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2309.72236 +0.2309.72356 diff --git a/src/Http/HttpFx.php b/src/Http/HttpFx.php index ede90bd..ff3d222 100644 --- a/src/Http/HttpFx.php +++ b/src/Http/HttpFx.php @@ -1,7 +1,7 @@ registerRoutes($this->router); + $handler->registerRoutes($this); } }