Skip to content

Commit f786fd9

Browse files
committed
fix retry config
1 parent 4638cad commit f786fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Config
1111
*/
1212
public static function maxRetryCount()
1313
{
14-
return max(config('laravel-database-emails.retry.attempts', 1), 1);
14+
return max(config('laravel-database-emails.retry.attempts', 1), 3);
1515
}
1616

1717
/**

0 commit comments

Comments
 (0)