mirror of
https://github.com/DanielSiepmann/legacy-collections.git
synced 2024-11-22 10:36:13 +01:00
6 lines
302 B
PHP
6 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,
|
||
|
];
|