mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Improve test coverage.
This commit is contained in:
@@ -78,7 +78,7 @@ class UserController extends Controller
|
||||
|
||||
return response()->json([], 204);
|
||||
}
|
||||
throw new AccessDeniedException('');
|
||||
throw new AccessDeniedException(''); // @codeCoverageIgnore
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user