Ignore code coverage (parent::boot is not registered)

This commit is contained in:
Igor Scheller 2022-12-08 19:23:44 +01:00
parent 6686d58c06
commit 31afc07d22
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ class AngelType extends BaseModel
'hide_register' => 'boolean', 'hide_register' => 'boolean',
]; ];
/**
* @codeCoverageIgnore For some reasons parent::boot gets ignored here 0o
*/
protected static function boot(): void protected static function boot(): void
{ {
parent::boot(); parent::boot();