fix: redirect
This commit is contained in:
parent
e932ff43d0
commit
7ddfe92773
@ -33,7 +33,7 @@ namespace Plugin\AttachmentCollections;
|
|||||||
|
|
||||||
use App\Core\DB\DB;
|
use App\Core\DB\DB;
|
||||||
use App\Core\Event;
|
use App\Core\Event;
|
||||||
use App\Core\Exception\RedirectException;
|
use App\Util\Exception\RedirectException;
|
||||||
use App\Core\Form;
|
use App\Core\Form;
|
||||||
use function App\Core\I18n\_m;
|
use function App\Core\I18n\_m;
|
||||||
use App\Core\Modules\Plugin;
|
use App\Core\Modules\Plugin;
|
||||||
|
@ -24,7 +24,7 @@ declare(strict_types = 1);
|
|||||||
namespace Plugin\AttachmentCollections\Controller;
|
namespace Plugin\AttachmentCollections\Controller;
|
||||||
|
|
||||||
use App\Core\DB\DB;
|
use App\Core\DB\DB;
|
||||||
use App\Core\Exception\RedirectException;
|
use App\Util\Exception\RedirectException;
|
||||||
use App\Core\Form;
|
use App\Core\Form;
|
||||||
use function App\Core\I18n\_m;
|
use function App\Core\I18n\_m;
|
||||||
use App\Core\Router\Router;
|
use App\Core\Router\Router;
|
||||||
|
Loading…
Reference in New Issue
Block a user