From fb4b7dc71e515574598529e84a1bb08537a7b614 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Mon, 21 Apr 2025 00:07:12 -0500 Subject: [PATCH] fix: moves SearchController to src/Controller --- src/{Search/Framework => }/Controller/SearchController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{Search/Framework => }/Controller/SearchController.php (94%) diff --git a/src/Search/Framework/Controller/SearchController.php b/src/Controller/SearchController.php similarity index 94% rename from src/Search/Framework/Controller/SearchController.php rename to src/Controller/SearchController.php index ffee11b..96d3f54 100644 --- a/src/Search/Framework/Controller/SearchController.php +++ b/src/Controller/SearchController.php @@ -1,6 +1,6 @@