[ 'tableName' => 'tx_thuecat_organisation', ], Town::class => [ 'tableName' => 'tx_thuecat_town', ], TouristInformation::class => [ 'tableName' => 'tx_thuecat_tourist_information', ], ParkingFacility::class => [ 'tableName' => 'tx_thuecat_parking_facility', ], ImportConfiguration::class => [ 'tableName' => 'tx_thuecat_import_configuration', ], ImportLog::class => [ 'tableName' => 'tx_thuecat_import_log', ], ImportLogEntry::class => [ 'tableName' => 'tx_thuecat_import_log_entry', 'subclasses' => [ 'savingEntity' => SavingEntity::class, 'mappingError' => MappingError::class, ], ], SavingEntity::class => [ 'tableName' => 'tx_thuecat_import_log_entry', 'recordType' => 'savingEntity', ], MappingError::class => [ 'tableName' => 'tx_thuecat_import_log_entry', 'recordType' => 'mappingError', ], FrontendTouristAttraction::class => [ 'tableName' => 'tx_thuecat_tourist_attraction', ], FrontendTown::class => [ 'tableName' => 'tx_thuecat_town', ], FrontendParkingFacility::class => [ 'tableName' => 'tx_thuecat_parking_facility', ], ];