The doc comment class-string<\Hyde\Pages\Concerns\HydePage> at position 0 could not be parsed: Unknown type name 'class-string' at position 0 in class-string<\Hyde\Pages\Concerns\HydePage>.
Loading history...
47
public static function fromPage(string $pageClass, string $identifier): self
48
{
49
return new self(unslash("{$pageClass::baseRouteKey()}/$identifier"));