[ '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', ], TouristAttraction::class => [ 'tableName' => 'tx_thuecat_tourist_attraction', ], \WerkraumMedia\ThueCat\Domain\Model\Frontend\Town::class => [ 'tableName' => 'tx_thuecat_town', ], WerkraumMedia\ThueCat\Domain\Model\Frontend\ParkingFacility::class => [ 'tableName' => 'tx_thuecat_parking_facility', ], ];