mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Add cache busting via save method of collection repository
This commit is contained in:
@@ -107,4 +107,9 @@ class DbalCollectionRepository implements CollectionRepository
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
public function save(\collection $collection)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user