Skip to content

Commit 2da0d67

Browse files
Merge pull request #135 from TheDragonCode/4.x
Update docs
2 parents ced5923 + e02c839 commit 2da0d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to-use/running.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ return new class extends Action
217217
{
218218
protected bool $transactions = true;
219219

220-
protected $transactionAttempts = 3;
220+
protected int $transactionAttempts = 3;
221221

222222
public function __invoke(): void
223223
{

0 commit comments

Comments
 (0)