Fix Pint formatting
This commit is contained in:
@@ -66,7 +66,7 @@ class AdminNotificationUserServiceTest extends TestCase
|
||||
['id' => 2, 'user_id' => 2, 'role_id' => 2],
|
||||
]);
|
||||
|
||||
$service = new AdminNotificationUserService();
|
||||
$service = new AdminNotificationUserService;
|
||||
$admins = $service->fetchAdminNotificationUsers();
|
||||
|
||||
$this->assertCount(1, $admins);
|
||||
|
||||
Reference in New Issue
Block a user