@@ -118,7 +118,7 @@ |
||
| 118 | 118 | foreach ($schema->getSpaces() as $space) { |
| 119 | 119 | if (!count($space->getIndexes())) { |
| 120 | 120 | if (!$space->hasProperty('id')) { |
| 121 | - throw new Exception("No primary index on ". $space->getName()); |
|
| 121 | + throw new Exception("No primary index on ".$space->getName()); |
|
| 122 | 122 | } |
| 123 | 123 | $space->addIndex(['id']); |
| 124 | 124 | } |