Skip to content

Commit

Permalink
Add rollBack method
Browse files Browse the repository at this point in the history
  • Loading branch information
cyppe committed Jan 27, 2024
1 parent 1709ca9 commit 97e612d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Repositories/RedisBatchRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,13 @@ protected function pruneBatches( DateTimeInterface $before, $isFinished = null,

return $totalDeleted;
}

/**
* Rollback the last database transaction for the connection.
*
* @return void
*/
public function rollBack()
{
}
}

0 comments on commit 97e612d

Please sign in to comment.