Loading src/UnicaenDbImport/Service/FacadeService.php +0 −18 Original line number Diff line number Diff line Loading @@ -165,24 +165,6 @@ class FacadeService } } /** * @return int */ public function populateIntermediateTableFromSource() { $connection = $this->destination->getConnection(); switch (true) { case $connection instanceof DbConnection: $intermediateTable = $this->destination->getIntermediateTable(); return $this->databaseService->populateTableFromSource($intermediateTable); break; default: throw ConnectionException::unexpected($connection); break; } } /** * @return array */ Loading Loading
src/UnicaenDbImport/Service/FacadeService.php +0 −18 Original line number Diff line number Diff line Loading @@ -165,24 +165,6 @@ class FacadeService } } /** * @return int */ public function populateIntermediateTableFromSource() { $connection = $this->destination->getConnection(); switch (true) { case $connection instanceof DbConnection: $intermediateTable = $this->destination->getIntermediateTable(); return $this->databaseService->populateTableFromSource($intermediateTable); break; default: throw ConnectionException::unexpected($connection); break; } } /** * @return array */ Loading