This commit is contained in:
James Cole
2020-11-20 06:22:43 +01:00
parent 5e703c6e7f
commit 3dbc74b040
2 changed files with 6 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ trait ModifiesPiggyBanks
$repetition->save();
// create event
$this->createEvent($piggyBank, $amount);
//$this->createEvent($piggyBank, $amount);
return true;
}