Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Commit 63429d2

Browse files
author
pufik
committed
start attempts count from 1
1 parent cf83fd4 commit 63429d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VladimirYuldashev/LaravelQueueRabbitMQ/Queue/Jobs/RabbitMQJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function attempts()
142142
}
143143
}
144144

145-
return 0;
145+
return 1;
146146
}
147147

148148
/**

0 commit comments

Comments
 (0)