From 7ddfe92773d8bf2e3bf9f61b8ef96ee22c01cf26 Mon Sep 17 00:00:00 2001 From: Phablulo Date: Mon, 27 Dec 2021 15:35:09 -0300 Subject: [PATCH] fix: redirect --- plugins/AttachmentCollections/AttachmentCollections.php | 2 +- plugins/AttachmentCollections/Controller/Controller.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/AttachmentCollections/AttachmentCollections.php b/plugins/AttachmentCollections/AttachmentCollections.php index 04220f187c..2969f7b3f5 100644 --- a/plugins/AttachmentCollections/AttachmentCollections.php +++ b/plugins/AttachmentCollections/AttachmentCollections.php @@ -33,7 +33,7 @@ namespace Plugin\AttachmentCollections; use App\Core\DB\DB; use App\Core\Event; -use App\Core\Exception\RedirectException; +use App\Util\Exception\RedirectException; use App\Core\Form; use function App\Core\I18n\_m; use App\Core\Modules\Plugin; diff --git a/plugins/AttachmentCollections/Controller/Controller.php b/plugins/AttachmentCollections/Controller/Controller.php index 9da6159db3..dda50f40f4 100644 --- a/plugins/AttachmentCollections/Controller/Controller.php +++ b/plugins/AttachmentCollections/Controller/Controller.php @@ -24,7 +24,7 @@ declare(strict_types = 1); namespace Plugin\AttachmentCollections\Controller; use App\Core\DB\DB; -use App\Core\Exception\RedirectException; +use App\Util\Exception\RedirectException; use App\Core\Form; use function App\Core\I18n\_m; use App\Core\Router\Router;