Skip to content

Commit a9673bc

Browse files
committed
fix: rename reverse method to rollback in ExecutorItem for clarity
1 parent dacef35 commit a9673bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Classes/ExecutorItem.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,12 @@ public function run(int $nextBatch)
117117
}
118118

119119
/**
120-
* Reverse the executor.
120+
* Rollback the executor.
121121
*
122122
* @return void
123123
*/
124-
public function reverse()
124+
public function rollback()
125125
{
126126
$this->executor->down();
127-
$this->model?->delete();
128127
}
129128
}

0 commit comments

Comments
 (0)