Skip to content

Commit 97e612d

Browse files
committed
Add rollBack method
1 parent 1709ca9 commit 97e612d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Repositories/RedisBatchRepository.php

+9
Original file line numberDiff line numberDiff line change
@@ -326,4 +326,13 @@ protected function pruneBatches( DateTimeInterface $before, $isFinished = null,
326326

327327
return $totalDeleted;
328328
}
329+
330+
/**
331+
* Rollback the last database transaction for the connection.
332+
*
333+
* @return void
334+
*/
335+
public function rollBack()
336+
{
337+
}
329338
}

0 commit comments

Comments
 (0)