Merge pull request #6721 from turbo124/v5-develop

Minor fixes
This commit is contained in:
David Bomba 2021-09-25 09:27:50 +10:00 committed by GitHub
commit bc3335461b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();