mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
sort properties alphabetically
This commit is contained in:
@@ -41,10 +41,10 @@ final class ChillDocumentManager implements DocumentManagerInterface
|
|||||||
|
|
||||||
private RequestInterface $request;
|
private RequestInterface $request;
|
||||||
|
|
||||||
private StoredObjectRepository $storedObjectRepository;
|
|
||||||
|
|
||||||
private StoredObjectManagerInterface $storedObjectManager;
|
private StoredObjectManagerInterface $storedObjectManager;
|
||||||
|
|
||||||
|
private StoredObjectRepository $storedObjectRepository;
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
DocumentLockManagerInterface $documentLockManager,
|
DocumentLockManagerInterface $documentLockManager,
|
||||||
EntityManagerInterface $entityManager,
|
EntityManagerInterface $entityManager,
|
||||||
|
Reference in New Issue
Block a user