From 42c57010d147cbe6e4e08bba0c25973df033f88f Mon Sep 17 00:00:00 2001 From: Raoul Dzoukou Date: Fri, 30 Jun 2023 08:59:02 +0100 Subject: [PATCH] . --- app/Services/Asset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Asset.php b/app/Services/Asset.php index 32bd268..fa1e2ab 100644 --- a/app/Services/Asset.php +++ b/app/Services/Asset.php @@ -75,7 +75,7 @@ public function isEntityUpdated(Entity $entity, \stdClass $data): bool if (!empty($file)) { $entity->set('private', $file->get('private')); } - return parent::isEntityUpdated($entity, $data); // TODO: Change the autogenerated stub + return parent::isEntityUpdated($entity, $data); } public function recheckAssetTypes(array $data): void