From 6fc52fc5142002eab15a14521247599e4ec63d1b Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 4 May 2023 22:51:06 +0200 Subject: [PATCH] move files for namespace --- _admin.php => src/Backend.php | 0 _public.php => src/Frontend.php | 0 inc/lib.image.path.php => src/Image.php | 0 _install.php => src/Install.php | 0 index.php => src/Manage.php | 0 _prepend.php => src/Prepend.php | 0 inc/_noodles_functions.php => src/Target/Generic.php | 0 inc/class.noodles.php => src/Targets.php | 0 _uninstall.php => src/Uninstall.php | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename _admin.php => src/Backend.php (100%) rename _public.php => src/Frontend.php (100%) rename inc/lib.image.path.php => src/Image.php (100%) rename _install.php => src/Install.php (100%) rename index.php => src/Manage.php (100%) rename _prepend.php => src/Prepend.php (100%) rename inc/_noodles_functions.php => src/Target/Generic.php (100%) rename inc/class.noodles.php => src/Targets.php (100%) rename _uninstall.php => src/Uninstall.php (100%) diff --git a/_admin.php b/src/Backend.php similarity index 100% rename from _admin.php rename to src/Backend.php diff --git a/_public.php b/src/Frontend.php similarity index 100% rename from _public.php rename to src/Frontend.php diff --git a/inc/lib.image.path.php b/src/Image.php similarity index 100% rename from inc/lib.image.path.php rename to src/Image.php diff --git a/_install.php b/src/Install.php similarity index 100% rename from _install.php rename to src/Install.php diff --git a/index.php b/src/Manage.php similarity index 100% rename from index.php rename to src/Manage.php diff --git a/_prepend.php b/src/Prepend.php similarity index 100% rename from _prepend.php rename to src/Prepend.php diff --git a/inc/_noodles_functions.php b/src/Target/Generic.php similarity index 100% rename from inc/_noodles_functions.php rename to src/Target/Generic.php diff --git a/inc/class.noodles.php b/src/Targets.php similarity index 100% rename from inc/class.noodles.php rename to src/Targets.php diff --git a/_uninstall.php b/src/Uninstall.php similarity index 100% rename from _uninstall.php rename to src/Uninstall.php