Upgrade to 3.6.1
This commit is contained in:
@@ -208,7 +208,7 @@ class ContentTranslation
|
||||
*/
|
||||
public function slug(): ?string
|
||||
{
|
||||
return $this->slug = $this->slug ?? ($this->content()['slug'] ?? null);
|
||||
return $this->slug ??= ($this->content()['slug'] ?? null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user