This commit is contained in:
Yuri Kuznetsov
2024-07-08 22:34:08 +03:00
parent d15ab2df31
commit 68fee2ec9f
@@ -58,7 +58,7 @@ class CheckFromAddress implements SaveHook
}
if (!$entity->getFromAddress()) {
throw new BadRequest("No 'from' address");
throw new BadRequest("No 'from' address.");
}
if ($this->acl->checkScope('Import')) {