Skip to content

Commit b3f5c3a

Browse files
committed
fixed getSpaces method
1 parent 327af68 commit b3f5c3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Schema.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ public function getSpaceId($name)
6060

6161
public function getSpaces()
6262
{
63+
foreach($this->names as $id) {
64+
$this->getSpace($id);
65+
}
6366
return $this->spaces;
6467
}
6568

0 commit comments

Comments
 (0)