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