From 2d43eb253fa1400429bb47695f3da64e8133de3c Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Sat, 4 Feb 2023 16:03:41 -0500 Subject: [PATCH] datafile rename --- app/Models/{myfitBlogData.php => BlogData.php} | 0 app/Models/{myfitCountry.php => Country.php} | 0 app/Models/{myfitFaqData.php => FaqData.php} | 0 app/Models/{myfitHx.php => Hx.php} | 0 app/Models/{myfitPricing.php => Pricing.php} | 0 app/Models/{myfitUserReminders.php => Reminders.php} | 0 app/Models/{myfitResetPass.php => ResetPass.php} | 0 app/Models/{myfitResources.php => Resources.php} | 0 app/Models/{myfitTracking.php => Tracking.php} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename app/Models/{myfitBlogData.php => BlogData.php} (100%) rename app/Models/{myfitCountry.php => Country.php} (100%) rename app/Models/{myfitFaqData.php => FaqData.php} (100%) rename app/Models/{myfitHx.php => Hx.php} (100%) rename app/Models/{myfitPricing.php => Pricing.php} (100%) rename app/Models/{myfitUserReminders.php => Reminders.php} (100%) rename app/Models/{myfitResetPass.php => ResetPass.php} (100%) rename app/Models/{myfitResources.php => Resources.php} (100%) rename app/Models/{myfitTracking.php => Tracking.php} (100%) diff --git a/app/Models/myfitBlogData.php b/app/Models/BlogData.php similarity index 100% rename from app/Models/myfitBlogData.php rename to app/Models/BlogData.php diff --git a/app/Models/myfitCountry.php b/app/Models/Country.php similarity index 100% rename from app/Models/myfitCountry.php rename to app/Models/Country.php diff --git a/app/Models/myfitFaqData.php b/app/Models/FaqData.php similarity index 100% rename from app/Models/myfitFaqData.php rename to app/Models/FaqData.php diff --git a/app/Models/myfitHx.php b/app/Models/Hx.php similarity index 100% rename from app/Models/myfitHx.php rename to app/Models/Hx.php diff --git a/app/Models/myfitPricing.php b/app/Models/Pricing.php similarity index 100% rename from app/Models/myfitPricing.php rename to app/Models/Pricing.php diff --git a/app/Models/myfitUserReminders.php b/app/Models/Reminders.php similarity index 100% rename from app/Models/myfitUserReminders.php rename to app/Models/Reminders.php diff --git a/app/Models/myfitResetPass.php b/app/Models/ResetPass.php similarity index 100% rename from app/Models/myfitResetPass.php rename to app/Models/ResetPass.php diff --git a/app/Models/myfitResources.php b/app/Models/Resources.php similarity index 100% rename from app/Models/myfitResources.php rename to app/Models/Resources.php diff --git a/app/Models/myfitTracking.php b/app/Models/Tracking.php similarity index 100% rename from app/Models/myfitTracking.php rename to app/Models/Tracking.php