Fixed some bugs

This commit is contained in:
James Cole
2014-11-14 19:33:50 +01:00
parent de20563275
commit 7b7743c03e
5 changed files with 67 additions and 7 deletions

View File

@@ -142,8 +142,7 @@ class Budget implements CUD, CommonDatabaseCalls, BudgetInterface
*/
public function find($id)
{
// TODO: Implement find() method.
throw new NotImplementedException;
return $this->getUser()->budgets()->find($id);
}
/**