mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Remove code coverage ignore instructions
This commit is contained in:
@@ -70,7 +70,7 @@ class Role extends Model
|
||||
protected $fillable = ['name', 'display_name', 'description'];
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return BelongsToMany
|
||||
*/
|
||||
public function users(): BelongsToMany
|
||||
|
Reference in New Issue
Block a user