Refactor OperatorRecord constructor to return new instance directly

This commit is contained in:
netkas 2025-06-03 14:09:16 -04:00
parent 582dae4b95
commit 848d9a2403
Signed by: netkas
GPG key ID: 4D8629441B76E4CC

View file

@ -173,7 +173,7 @@
} }
} }
$object = new self($array); return new self($array);
} }
} }