Completed
Push — master ( 2cce3e...4aff6e )
by Dmitry
02:18
created
src/Plugin/Annotation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.