What is the replacement for Filament::pushMeta
I am using v3 and i need use pushMeta but i dont know what is the replacment of it in v3
FilamentView::registerRenderHook(
'panels::head.end',
fn (): View => view('components.favicon'),
);