path can be null in case of generated pages
This commit is contained in:
parent
13377c5ba6
commit
437a52e90e
@ -134,7 +134,7 @@ abstract class Entry
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getPath(): string
|
||||
public function getPath(): ?string
|
||||
{
|
||||
return $this->path;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user