Auto commit for release 'develop' on 2025-02-05

This commit is contained in:
github-actions
2025-02-05 06:41:08 +01:00
parent 90bfdc7573
commit 4587340293
8 changed files with 83 additions and 82 deletions

View File

@@ -36,7 +36,7 @@ class BudgetObserver
{
app('log')->debug('Observe "deleting" of a budget.');
$repository = app(AttachmentRepositoryInterface::class);
$repository = app(AttachmentRepositoryInterface::class);
$repository->setUser($budget->user);
foreach ($budget->attachments()->get() as $attachment) {