From 44efed4bcbac361d308bb2ba46c24ffbfe9cb746 Mon Sep 17 00:00:00 2001 From: Jay Potter Date: Fri, 12 Jun 2026 13:12:56 -0400 Subject: [PATCH] create Abstract class for Uri --- src/Potter/Uri/AbstractUri.php | 10 ++++++++++ src/Potter/Uri/Uri.php | 4 +--- 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 src/Potter/Uri/AbstractUri.php diff --git a/src/Potter/Uri/AbstractUri.php b/src/Potter/Uri/AbstractUri.php new file mode 100644 index 0000000..86a4e95 --- /dev/null +++ b/src/Potter/Uri/AbstractUri.php @@ -0,0 +1,10 @@ +