Commit 76552898 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

missed a return this

1 merge request!467When an entity gets reported, save a copy that can't be edited
Pipeline #119073019 passed with stages
in 7 minutes and 24 seconds
......@@ -96,6 +96,7 @@ class Report
public function setState(string $state) : Report
{
$this->stateChanges[] = $state;
return $this;
}
......
Please register or to comment