mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-22 20:07:47 +00:00
Update DropFile to handle object versioning
This commit is contained in:
@@ -23,4 +23,6 @@ interface StoredObjectRepositoryInterface extends ObjectRepository
|
||||
* @return iterable<StoredObject>
|
||||
*/
|
||||
public function findByExpired(\DateTimeImmutable $expiredAtDate): iterable;
|
||||
|
||||
public function findOneByUUID(string $uuid): ?StoredObject;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user