mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 21:36:10 +01:00
Do not change CGL
Keep changed for pull request to a necessary minimum.
This commit is contained in:
parent
b04ed99c07
commit
1f082ab673
1 changed files with 6 additions and 6 deletions
|
@ -134,7 +134,7 @@ abstract class AbstractIndexer implements IndexerInterface
|
|||
$record = $this->dataProcessorService->executeDataProcessor($configuration, $record, $this->identifier);
|
||||
}
|
||||
} catch (InvalidArgumentException $e) {
|
||||
// Nothing to do
|
||||
// Nothing to do.
|
||||
}
|
||||
|
||||
$this->handleAbstract($record);
|
||||
|
|
Loading…
Reference in a new issue