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