From f8c6602ab953491a3e540d1ab9c77f2d885ee120 Mon Sep 17 00:00:00 2001 From: flashwave Date: Fri, 6 Jan 2023 20:20:59 +0000 Subject: [PATCH] Added interface for common router methods. --- VERSION | 2 +- src/Http/HttpFx.php | 5 ++- src/Routing/IRouter.php | 81 +++++++++++++++++++++++++++++++++++++++++ src/Routing/Router.php | 4 +- 4 files changed, 87 insertions(+), 5 deletions(-) create mode 100644 src/Routing/IRouter.php diff --git a/VERSION b/VERSION index 7beab95..4109faf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2301.50234 +0.2301.62020 diff --git a/src/Http/HttpFx.php b/src/Http/HttpFx.php index 7ea25a3..c6bf3da 100644 --- a/src/Http/HttpFx.php +++ b/src/Http/HttpFx.php @@ -1,7 +1,7 @@