Fixes #4016 - signature file missing from history tab

This commit is contained in:
snipe
2017-09-27 12:58:08 -07:00
parent 5e1df7049c
commit bd0498aa69
3 changed files with 5 additions and 1 deletions
@@ -53,6 +53,7 @@ class ActionlogsTransformer
] : null,
'note' => e($actionlog->note),
'signature_file' => ($actionlog->accept_signature) ? $actionlog->accept_signature : null,
];