Improve names for all meta methods

[MAILPOET-4966]
This commit is contained in:
David Remer
2023-02-20 08:46:16 +02:00
committed by Aschepikov
parent 8d41b5521c
commit dd3b37aba8
4 changed files with 7 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ class UpdateAutomationController {
}
}
$automation->deleteMetas();
$automation->deleteAllMetas();
if (array_key_exists('meta', $data)) {
foreach ($data['meta'] as $key => $value) {
$automation->setMeta($key, $value);