Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
switch to the singleton class
  • Loading branch information
Debatty-Tom committed Dec 16, 2025
commit 2fca756b1c997c2ba1a91f29babe44e7024af7e7
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,7 @@ To ensure the cookie consent setup is correctly reset for each incoming Octane r

```php
'flush' => [
'cookie.consent',
\WhiteCube\LaravelCookieConsent\CookieConsent::class,
\WhiteCube\LaravelCookieConsent\CookiesRegistrar::class,
],
```
</details>
Expand Down