Skip to content

Commit

Permalink
[API] Fixes Travis checks in projectdicomsobject
Browse files Browse the repository at this point in the history
  • Loading branch information
spell00 committed Nov 4, 2020
1 parent 9c1cf05 commit fdef2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/api/php/models/projectdicomsobject.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ProjectDicomsObject implements \LORIS\Data\DataInstance
*/
public function jsonSerialize() : array
{
$obj = get_object_vars($this);
$obj = get_object_vars($this);
$obj['FileName'] = basename($obj['Archive']);
return $obj;
}
Expand Down

0 comments on commit fdef2d8

Please sign in to comment.