First code for the piggy bank API.

This commit is contained in:
James Cole
2018-06-29 06:43:44 +02:00
parent c8de1d3372
commit 12a84572e2
8 changed files with 214 additions and 28 deletions

View File

@@ -30,6 +30,8 @@ use Illuminate\Database\Eloquent\Model;
* Class PiggyBankRepetition.
*
* @property string $currentamount
* @property Carbon $startdate
* @property Carbon $targetdate
*/
class PiggyBankRepetition extends Model
{