Commit 235974db authored by Mark Harding's avatar Mark Harding

(fix): Report should expose isUpheld too

1 merge request!100Epic/reporting and moderation
Pipeline #61813465 failed with stages
in 4 minutes and 27 seconds
......@@ -91,6 +91,15 @@ class Report
return key($sortedStates);
}
/**
* Return if upheld
* @return boolean | null
*/
public function isUpheld()
{
return $this->uphold;
}
/**
* Return the URN of this case
* @return string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment