Commit fd2334a7 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Suppression méthode inutilisée

parent cf6e0712
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -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
     */