diff --git a/app/plugins/comments/forms.php b/app/plugins/comments/forms.php index 7a77b8e..f9369b1 100644 --- a/app/plugins/comments/forms.php +++ b/app/plugins/comments/forms.php @@ -10,7 +10,7 @@ * @link https://TheTempusProject.com * @license https://opensource.org/licenses/MIT [MIT LICENSE] */ -namespace TheTempusProject\Plugins\Feedback; +namespace TheTempusProject\Plugins\Comments; use TheTempusProject\Bedrock\Functions\Input; use TheTempusProject\Bedrock\Functions\Check; diff --git a/app/plugins/notifications/forms.php b/app/plugins/notifications/forms.php index 65ed468..7976796 100644 --- a/app/plugins/notifications/forms.php +++ b/app/plugins/notifications/forms.php @@ -10,7 +10,7 @@ * @link https://TheTempusProject.com * @license https://opensource.org/licenses/MIT [MIT LICENSE] */ -namespace TheTempusProject\Plugins\Feedback; +namespace TheTempusProject\Plugins\Notifications; use TheTempusProject\Bedrock\Functions\Input; use TheTempusProject\Bedrock\Functions\Check; diff --git a/app/plugins/notifications/models/notification.php b/app/plugins/notifications/models/notification.php index 17f65f1..81e5ba0 100644 --- a/app/plugins/notifications/models/notification.php +++ b/app/plugins/notifications/models/notification.php @@ -1,12 +1,10 @@ * @link https://TheTempusProject.com @@ -18,7 +16,6 @@ use TheTempusProject\Bedrock\Classes\Config; use TheTempusProject\Bedrock\Functions\Check; use TheTempusProject\Canary\Bin\Canary as Debug; use TheTempusProject\Classes\DatabaseModel; -use TheTempusProject\Plugins\Feedback as Plugin; use TheTempusProject\TheTempusProject as App; use TheTempusProject\Houdini\Classes\Views; use TheTempusProject\Bedrock\Classes\CustomException; diff --git a/app/plugins/redirects/plugin.php b/app/plugins/redirects/plugin.php index 88c3466..7b5928c 100644 --- a/app/plugins/redirects/plugin.php +++ b/app/plugins/redirects/plugin.php @@ -1,10 +1,10 @@ * @link https://TheTempusProject.com