mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-15 05:41:25 +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