Skip to content
Snippets Groups Projects
setup.typoscript 187 B
config.tx_extbase {
	persistence {
		classes {
			SGalinski\SgJobs\Domain\Model\JobApplication {
				mapping {
					tableName = tx_sgjobs_domain_model_job_application
				}
			}
		}
	}
}