From 1ac7159a896ee4ef0ff97f4e74887f727b1729e2 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 26 Apr 2026 11:49:13 +0200 Subject: [PATCH] CS fixes --- tests/Feature/Admin/AdminUserControllerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Feature/Admin/AdminUserControllerTest.php b/tests/Feature/Admin/AdminUserControllerTest.php index 76eda4249..b72a02531 100644 --- a/tests/Feature/Admin/AdminUserControllerTest.php +++ b/tests/Feature/Admin/AdminUserControllerTest.php @@ -221,4 +221,3 @@ class AdminUserControllerTest extends TestCase return $user->fresh(); } } -