Removed a bunch of methods and code that wasn't used. Also added a repository for repeated expenses.

This commit is contained in:
James Cole
2014-11-22 23:30:45 +01:00
parent 34454261d2
commit c6b6ed7fa8
18 changed files with 250 additions and 388 deletions

View File

@@ -428,20 +428,6 @@ class TransactionJournal implements TransactionJournalInterface, CUD, CommonData
}
/**
* Validates a model. Returns an array containing MessageBags
* errors/warnings/successes.
*
* @param Ardent $model
*
* @return array
*/
public function validateObject(Ardent $model)
{
// TODO: Implement validateObject() method.
throw new NotImplementedException;
}
/**
* Returns an object with id $id.
*