mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
Add cache key prefix in cached collection repository
This commit is contained in:
@@ -48,11 +48,11 @@ class DbalCollectionRepositoryFactory implements CollectionRepositoryFactory
|
||||
*/
|
||||
public function createRepositoryForDatabox($databoxId)
|
||||
{
|
||||
$connection = $this->databoxConnectionProvider->getConnection($databoxId);
|
||||
$databoxConnection = $this->databoxConnectionProvider->getConnection($databoxId);
|
||||
|
||||
return new DbalCollectionRepository(
|
||||
$databoxId,
|
||||
$connection,
|
||||
$databoxConnection,
|
||||
$this->collectionReferenceRepository,
|
||||
$this->collectionFactory
|
||||
);
|
||||
|
Reference in New Issue
Block a user