Minor fixes

This commit is contained in:
David Bomba 2021-09-25 09:26:27 +10:00
parent 02309c4565
commit 11f4021ee0

View File

@ -97,6 +97,12 @@ class RecurringService
return $this; return $this;
} }
public function fillDefaults()
{
return $this;
}
public function save() public function save()
{ {
$this->recurring_entity->save(); $this->recurring_entity->save();