mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-24 17:16:11 +01:00
Merge branch 'bugfix/inherit-from-extbase-repository' into 'master'
Fix Category type miss match during import See merge request typo3/events!9
This commit is contained in:
commit
27e5bb129a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ use TYPO3\CMS\Extbase\Domain\Model\Category;
|
|||
use TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapper;
|
||||
use TYPO3\CMS\Extbase\Persistence\Repository;
|
||||
|
||||
class CategoryRepository
|
||||
class CategoryRepository extends Repository
|
||||
{
|
||||
/**
|
||||
* @var ConnectionPool
|
||||
|
|
Loading…
Reference in a new issue