From 1480b4f8585d6f6fc97a84b8e015f2c81ef261dc Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 1 Apr 2022 11:27:27 +0200 Subject: [PATCH] Fix structure --- composer.json | 2 +- registration.php => src/registration.php | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename registration.php => src/registration.php (100%) diff --git a/composer.json b/composer.json index ed9ae7c..109c731 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "autoload": { "files": [ - "registration.php" + "src/registration.php" ], "psr-4": { "Coddin\\CartBridge\\": "src/" diff --git a/registration.php b/src/registration.php similarity index 100% rename from registration.php rename to src/registration.php