*/ protected $helpers = ['svg', 'components', 'misc', 'seo']; public function followView(): string { // @phpstan-ignore-next-line $this->registerPodcastWebpageHit($this->actor->podcast->id); helper(['form', 'components', 'svg']); // @phpstan-ignore-next-line set_follow_metatags($this->actor); $data = [ 'actor' => $this->actor, ]; return view('podcast/follow', $data); } }