Remove transactions now works.

This commit is contained in:
James Cole
2014-11-14 10:39:34 +01:00
parent 11280e473d
commit 78ab1e200a
2 changed files with 5 additions and 5 deletions

View File

@@ -37,8 +37,8 @@ class TransactionJournal implements TransactionJournalInterface, CUD, CommonData
*/
public function destroy(Ardent $model)
{
// TODO: Implement destroy() method.
throw new NotImplementedException;
$model->delete();
return true;
}
/**