mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
* feat: mercure_publish() PHP function to dispatch Mercure updates * fix stubs for old versions * review * cleanup and fixes
10 lines
161 B
Go
10 lines
161 B
Go
//go:build nomercure
|
|
package caddy
|
|
|
|
import (
|
|
"github.com/caddyserver/caddy/v2"
|
|
)
|
|
|
|
func (f *FrankenPHPModule) assignMercureHubRequestOption(_ caddy.Context) {
|
|
}
|