Ignore code coverage (parent::boot is not registered)
This commit is contained in:
parent
6686d58c06
commit
31afc07d22
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue