Upgrade to 3.6.1
This commit is contained in:
@@ -463,7 +463,7 @@ class Site extends ModelWithContent
|
||||
*/
|
||||
public function root(): string
|
||||
{
|
||||
return $this->root = $this->root ?? $this->kirby()->root('content');
|
||||
return $this->root ??= $this->kirby()->root('content');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user