From ffbaeaadfc2ddbbddcace3d0c519f5192f187951 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Mon, 25 Sep 2023 21:57:45 +0000 Subject: [PATCH] Automated formatting changes (NO_CI) --- tests/Controller/ApiControllerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php index c3c6e87..5fb4873 100755 --- a/tests/Controller/ApiControllerTest.php +++ b/tests/Controller/ApiControllerTest.php @@ -16,7 +16,6 @@ namespace Modules\Profile\tests\Controller; use Model\CoreSettings; use Modules\Admin\Models\AccountPermission; -use Modules\Profile\Models\Profile; use Modules\Profile\Models\ProfileMapper; use phpOMS\Account\Account; use phpOMS\Account\AccountManager;