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

@@ -33,6 +33,7 @@ use LaravelBook\Ardent\Ardent;
* @method static \Illuminate\Database\Query\Builder|\User whereMigrated($value)
* @property-read \Illuminate\Database\Eloquent\Collection|\TransactionJournal[] $transactionjournals
* @property-read \Illuminate\Database\Eloquent\Collection|\Piggybank[] $piggybanks
* @property-read \Illuminate\Database\Eloquent\Collection|\RecurringTransaction[] $recurringtransactions
*/
class User extends Ardent implements UserInterface, RemindableInterface
{