From c95d837060529396977ccda51d33a1faaa5f408d Mon Sep 17 00:00:00 2001 From: Joey Kimsey Date: Thu, 8 Aug 2024 01:15:28 -0400 Subject: [PATCH] rename install --- install-old.php => install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename install-old.php => install.php (99%) diff --git a/install-old.php b/install.php similarity index 99% rename from install-old.php rename to install.php index 44f6570..8a39a88 100644 --- a/install-old.php +++ b/install.php @@ -20,7 +20,7 @@ use TheTempusProject\Classes\Plugin; use TheTempusProject\Classes\Installer; use TheTempusProject\Classes\Forms; use TheTempusProject\Models\User; -use TheTempusProject\Houdini\Classes\Email; +use TheTempusProject\Classes\Email; use TheTempusProject\Bedrock\Functions\Code; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Bedrock\Functions\Cookie;