mirror of
https://github.com/DanielSiepmann/legacy-collections.git
synced 2024-11-22 06:36:11 +01:00
5 lines
302 B
PHP
5 lines
302 B
PHP
<?php
|
|
return [
|
|
'TYPO3\\CMS\\Core\\Collection\\StaticRecordCollection' => \FriendsOfTYPO3\LegacyCollections\Collection\StaticRecordCollection::class,
|
|
'TYPO3\\CMS\\Core\\Collection\\RecordCollectionRepository' => \FriendsOfTYPO3\LegacyCollections\Collection\RecordCollectionRepository::class,
|
|
];
|