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

Commit d5ed6fa

Browse files
author
pufik
committed
start attempts count from 1
1 parent c01f802 commit d5ed6fa

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
@@ -59,7 +59,7 @@ public function attempts()
5959
}
6060
}
6161

62-
return 0;
62+
return 1;
6363
}
6464

6565
/**

0 commit comments

Comments
 (0)