We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f8fca commit f4a68b9Copy full SHA for f4a68b9
src/IndexNow.php
@@ -62,7 +62,7 @@ public function submit(string|array $url): Response|false
62
*
63
* @throws Exception
64
*/
65
- public function delaySubmission(string|array $url, int $delayInSeconds = null): PendingDispatch
+ public function delaySubmission(string|array $url, ?int $delayInSeconds = null): PendingDispatch
66
{
67
$delayInSeconds ??= (int) config('index-now.delay');
68
0 commit comments