Skip to content

Commit ff99cbe

Browse files
committed
Fixed stub
1 parent 838e1e7 commit ff99cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/CookiesServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected function registerCookies(): void
2626
// Cookies::optional()
2727
// ->name('darkmode_enabled')
2828
// ->description('This cookie helps us remember your preferences regarding the interface\'s brightness.')
29-
// ->duration(120);
29+
// ->duration(120)
3030
// ->accepted(fn(Consent $consent, MyDarkmode $darkmode) => $consent->cookie(value: $darkmode->getDefaultValue()));
3131
}
3232
}

0 commit comments

Comments
 (0)