Update 2024-10-13 11:00:31

This commit is contained in:
Robot 2024-10-13 23:00:41 +02:00
parent 7096370b60
commit 972f531ed3
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
3 changed files with 150 additions and 148 deletions

View File

@ -250,6 +250,7 @@ final class Manager
'entity' => $entity, 'entity' => $entity,
'access' => $fileType['download_access'] ?? 1, 'access' => $fileType['download_access'] ?? 1,
'guid' => $this->getGuid('guid'), 'guid' => $this->getGuid('guid'),
'created_by' => $this->user->id
]; ];
} }
} }

View File

@ -217,5 +217,6 @@
'entity' => $entity, 'entity' => $entity,
'access' => $fileType['download_access'] ?? 1, 'access' => $fileType['download_access'] ?? 1,
'guid' => $this->getGuid('guid'), 'guid' => $this->getGuid('guid'),
'created_by' => $this->user->id
]; ];
} }

File diff suppressed because it is too large Load Diff