Some cleaning up and new tests for the piggy bank controller.

This commit is contained in:
James Cole
2014-08-09 12:23:42 +02:00
parent c06e2380a5
commit b5ae008386
8 changed files with 243 additions and 99 deletions

View File

@@ -59,6 +59,10 @@ use LaravelBook\Ardent\Ardent;
* 'Budget[] $budgets
* @property-read \Illuminate\Database\Eloquent\Collection|\
* 'Category[] $categories
* @property-read \Illuminate\Database\Eloquent\Collection|\
* 'Budget[] $budgets
* @property-read \Illuminate\Database\Eloquent\Collection|\
* 'Category[] $categories
*/
class TransactionJournal extends Ardent
{