summaryrefslogtreecommitdiffstats
path: root/lib/Controller/PageController.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-02-07 15:21:07 +0100
committerJoas Schilling <coding@schilljs.com>2022-02-07 15:21:07 +0100
commit53cdf171692f47fe08ae93c8dd8f76b01a5d9829 (patch)
treeee249271a59e0c77b1d00a044946fa94a9f5d92e /lib/Controller/PageController.php
parent4b55b1fa98a2a4a4156bb03f4a2fb24871ee9198 (diff)
Use public HintException only
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Controller/PageController.php')
-rw-r--r--lib/Controller/PageController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php
index 921097446..13b5604d6 100644
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -25,7 +25,6 @@ declare(strict_types=1);
namespace OCA\Talk\Controller;
-use OC\HintException;
use OCA\Talk\Exceptions\ParticipantNotFoundException;
use OCA\Talk\Exceptions\RoomNotFoundException;
use OCA\Talk\Config;
@@ -47,6 +46,7 @@ use OCP\AppFramework\Services\IInitialState;
use OCP\EventDispatcher\GenericEvent;
use OCP\EventDispatcher\IEventDispatcher;
use OCP\Files\IRootFolder;
+use OCP\HintException;
use OCP\ICacheFactory;
use OCP\IConfig;
use OCP\IRequest;