Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raoul Dzoukou committed Jun 30, 2023
1 parent 23e6630 commit 42c5701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/Asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42c5701

Please sign in to comment.