fix: redirect

This commit is contained in:
Phablulo Joel 2021-12-27 15:35:09 -03:00
parent e932ff43d0
commit 7ddfe92773
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;