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 f97d4a7 commit 3c86ef2Copy full SHA for 3c86ef2
composer.json
@@ -36,7 +36,7 @@
36
"require": {
37
"php": "^8.2",
38
"laravel/framework": "^11.0 || ^12.0",
39
- "statamic/cms": "^5.17.0 || ^6.0",
+ "statamic/cms": "^5.73.0 || ^6.0",
40
"livewire/livewire": "^3.6.4 || ^4.0"
41
},
42
"extra": {
src/Http/Middleware/HydrateCascadeByLivewireUrl.php
@@ -39,6 +39,6 @@ protected function hydrateRequest(): void
protected function hydrateContent(): void
{
- Cascade::withContent(Data::findByRequestUrl(Livewire::originalUrl()));
+ Cascade::withContent(fn () => Data::findByRequestUrl(Livewire::originalUrl()));
43
}
44
0 commit comments