Fix various small issues.

This commit is contained in:
James Cole
2016-03-14 20:38:23 +01:00
parent a508ac9dda
commit be58da539e
5 changed files with 9 additions and 16 deletions

View File

@@ -217,7 +217,6 @@ class JournalRepository implements JournalRepositoryInterface
'process_date' => $data['process_date'],
]
);
// TODO catch errors here. Match rules with JournalFormRequest
$journal->save();