From 62036b3f0e19298542714b7fd39ea4073adb867e Mon Sep 17 00:00:00 2001 From: Pier-Paolo Mammi Date: Thu, 16 Jul 2026 12:50:25 +0200 Subject: [PATCH] fix controller location and namespace --- src/Api/Controllers/{ => V1}/ExampleController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/Api/Controllers/{ => V1}/ExampleController.php (91%) diff --git a/src/Api/Controllers/ExampleController.php b/src/Api/Controllers/V1/ExampleController.php similarity index 91% rename from src/Api/Controllers/ExampleController.php rename to src/Api/Controllers/V1/ExampleController.php index 1f07f2c..b25fdac 100644 --- a/src/Api/Controllers/ExampleController.php +++ b/src/Api/Controllers/V1/ExampleController.php @@ -1,5 +1,5 @@