diff --git a/tests/Feature/Http/UserControllerTest.php b/tests/Feature/Http/UserControllerTest.php index 58c9b18d2102bcd098e6c9f38b59d8415bc6f22f..d5474e890de1cf11ae54d01a4077c0c3f1638b77 100644 --- a/tests/Feature/Http/UserControllerTest.php +++ b/tests/Feature/Http/UserControllerTest.php @@ -31,7 +31,7 @@ class UserControllerTest extends TestCase Permission::findOrCreate('user.delete'); Permission::findOrCreate('role.update'); - Password::defaults(fn() => Password::min(8)); + Password::defaults(fn () => Password::min(8)); LibrenmsConfig::set('auth_mechanism', 'mysql'); }