mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-16 09:51:16 +00:00
First code for the piggy bank API.
This commit is contained in:
@@ -30,6 +30,8 @@ use Illuminate\Database\Eloquent\Model;
|
||||
* Class PiggyBankRepetition.
|
||||
*
|
||||
* @property string $currentamount
|
||||
* @property Carbon $startdate
|
||||
* @property Carbon $targetdate
|
||||
*/
|
||||
class PiggyBankRepetition extends Model
|
||||
{
|
||||
|
Reference in New Issue
Block a user