Some more coverage.

This commit is contained in:
James Cole
2015-05-06 18:09:45 +02:00
parent 96d06b7a93
commit 2b6b896c2e
11 changed files with 97 additions and 7 deletions

View File

@@ -12,6 +12,8 @@ use Illuminate\Database\Eloquent\Model;
class PiggyBankRepetition extends Model
{
protected $fillable = ['piggy_bank_id', 'startdate', 'targetdate', 'currentamount'];
/**
* @return array
*/