Skip to content

Commit

Permalink
Update ext_typoscript_setup.txt
Browse files Browse the repository at this point in the history
Won't work in TYPO3 10. See: https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.0/Breaking-87623-ReplaceConfigpersistenceclassesTyposcriptConfiguration.html
config.tx_extbase.persistence removed. Mapping is defined in Configuration/Extbase/Persistence/Classes.php
  • Loading branch information
Diologenes authored Apr 29, 2020
1 parent 82aa524 commit fd9f88b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions ext_typoscript_setup.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
config.tx_extbase {
persistence {
classes {
In2code\Powermail\Domain\Model\User {
mapping {
tableName = fe_users
}
}
In2code\Powermail\Domain\Model\UserGroup {
mapping {
tableName = fe_groups
}
}
}
}
}


#################
# Backend Module
#################
Expand Down

0 comments on commit fd9f88b

Please sign in to comment.