Refactor OperatorRecord constructor to return new instance directly
This commit is contained in:
parent
582dae4b95
commit
848d9a2403
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$object = new self($array);
|
return new self($array);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue