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 838e1e7 commit ff99cbeCopy full SHA for ff99cbe
stubs/CookiesServiceProvider.php
@@ -26,7 +26,7 @@ protected function registerCookies(): void
26
// Cookies::optional()
27
// ->name('darkmode_enabled')
28
// ->description('This cookie helps us remember your preferences regarding the interface\'s brightness.')
29
- // ->duration(120);
+ // ->duration(120)
30
// ->accepted(fn(Consent $consent, MyDarkmode $darkmode) => $consent->cookie(value: $darkmode->getDefaultValue()));
31
}
32
0 commit comments