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

@@ -44,14 +44,4 @@ interface CUD
*/
public function validate(array $model);
/**
* Validates a model. Returns an array containing MessageBags
* errors/warnings/successes.
*
* @param Ardent $model
*
* @return array
*/
public function validateObject(Ardent $model);
}
}