We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a595b commit c8c159aCopy full SHA for c8c159a
src/lib/Models/Traits/RelateToSpace.php
@@ -6,7 +6,7 @@ trait RelateToSpace {
6
protected ?string $space_key;
7
8
public function getSpaceKey (): ?string {
9
- return $this->space_key;
+ return $this->space_key ?? null;
10
}
11
12
public function setSpaceKey ( $key ) {
0 commit comments