Auto commit for release 'develop' on 2024-06-15

This commit is contained in:
github-actions
2024-06-15 16:16:40 +02:00
parent 6abb74a038
commit a1a8968e98
9 changed files with 15 additions and 15 deletions

View File

@@ -43,7 +43,7 @@ class AttachmentFactory
public function create(array $data): ?Attachment
{
// append if necessary.
$model = !str_contains($data['attachable_type'], 'FireflyIII') ? sprintf('FireflyIII\\Models\\%s', $data['attachable_type'])
$model = !str_contains($data['attachable_type'], 'FireflyIII') ? sprintf('FireflyIII\Models\%s', $data['attachable_type'])
: $data['attachable_type'];
// get journal instead of transaction.