We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4638cad commit f786fd9Copy full SHA for f786fd9
src/Config.php
@@ -11,7 +11,7 @@ class Config
11
*/
12
public static function maxRetryCount()
13
{
14
- return max(config('laravel-database-emails.retry.attempts', 1), 1);
+ return max(config('laravel-database-emails.retry.attempts', 1), 3);
15
}
16
17
/**
0 commit comments