Updated lock file + bug fix for group settings logos in template preview

This commit is contained in:
David Bomba
2026-01-29 07:48:47 +11:00
parent c434e07f51
commit 2b3f6fbc71
2 changed files with 259 additions and 259 deletions

View File

@@ -233,7 +233,7 @@ class TemplateEngine
$data['title'] = '';
$data['body'] = '$body';
$data['footer'] = '';
$data['logo'] = $user->company()->present()->logo();
$data['logo'] = $user->company()->present()->logo($this->settings);
if ($this->entity_obj->client()->exists()) {
$data = array_merge($data, Helpers::sharedEmailVariables($this->entity_obj->client));

516
composer.lock generated

File diff suppressed because it is too large Load Diff