Skip to content
Snippets Groups Projects
Commit dde755a2 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Relocated extbase persistence configuration to new Classes.php

parent c6ef364c
No related branches found
No related tags found
1 merge request!23Feature upgrade to typo3 10
<?php
declare(strict_types=1);
// if you need to change this, keep in mind the changes need to be done in
// Configuration/TypoScript/Common/setup.typoscript for TYPO3 9, too
return [
\SGalinski\SgJobs\Domain\Model\FileReference::class => [
'tableName' => 'sys_file_reference'
],
\SGalinski\SgJobs\Domain\Model\JobApplication::class => [
'tableName' => 'tx_sgjobs_domain_model_job_application'
],
\SGalinski\SgJobs\Domain\Model\ExperienceLevel::class => [
'tableName' => 'tx_sgjobs_domain_model_experience_level'
]
];
config.tx_extbase {
persistence {
# @deprecated This configuration does not work in TYPO3 10 at all, you need to also change
# Configuration/Extbase/Persistence/Classes.php
classes {
SGalinski\SgJobs\Domain\Model\FileReference {
mapping {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment