FilamentF
Filament3y ago
Vp

It should be like this ```php public static function getTitle(Model $ownerRecord, string $pageClass)

It should be like this
public static function getTitle(Model $ownerRecord, string $pageClass): string
{
    return __('abc');
}
Was this page helpful?