Skip to content
Snippets Groups Projects
Commit fd2334a7 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Suppression méthode inutilisée

parent cf6e0712
Branches
Tags
No related merge requests found
...@@ -165,24 +165,6 @@ class FacadeService ...@@ -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 * @return array
*/ */
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment