path can be null in case of generated pages
Dieser Commit ist enthalten in:
Ursprung
13377c5ba6
Commit
437a52e90e
@ -134,7 +134,7 @@ abstract class Entry
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getPath(): string
|
||||
public function getPath(): ?string
|
||||
{
|
||||
return $this->path;
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren