Files
frankenphp/caddy/mercure-skip.go
Kévin Dunglas 41cb2bbeaa feat: mercure_publish() PHP function to dispatch Mercure updates (#1927)
* feat: mercure_publish() PHP function to dispatch Mercure updates

* fix stubs for old versions

* review

* cleanup and fixes
2025-11-18 09:59:53 +01:00

10 lines
161 B
Go

//go:build nomercure
package caddy
import (
"github.com/caddyserver/caddy/v2"
)
func (f *FrankenPHPModule) assignMercureHubRequestOption(_ caddy.Context) {
}