mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 16:40:10 +00:00
Added a missing field.
This commit is contained in:
@@ -273,10 +273,11 @@ class PiggyBankController extends BaseController
|
|||||||
*/
|
*/
|
||||||
public function store()
|
public function store()
|
||||||
{
|
{
|
||||||
$data = Input::all();
|
$data = Input::all();
|
||||||
$data['repeats'] = 0;
|
$data['repeats'] = 0;
|
||||||
$data['user_id'] = Auth::user()->id;
|
$data['user_id'] = Auth::user()->id;
|
||||||
$data['rep_every'] = 0;
|
$data['rep_every'] = 0;
|
||||||
|
$data['reminder skip'] = 0;
|
||||||
|
|
||||||
|
|
||||||
// always validate:
|
// always validate:
|
||||||
|
|||||||
Reference in New Issue
Block a user