Skip to content

Commit

Permalink
make cleanIndex() protected
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Ešler committed Apr 4, 2023
1 parent 61f42ad commit 36b9a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DbFixturesTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ private function cleanTables(\PDO $pdo, &$sqls) : void {
}
}

private function cleanIndex($connection, $indexName): void {
protected function cleanIndex($connection, $indexName): void {
try {
do {
$result = $connection->deleteByQuery(
Expand Down

0 comments on commit 36b9a71

Please sign in to comment.