@@ -640,7 +640,7 @@ |
||
640 | 640 | ResourceEntityType $concreteType = null |
641 | 641 | ) { |
642 | 642 | $allowedMult = ['*', '1', '0..1']; |
643 | - $backMultArray = [ '*' => '*', '1' => '0..1', '0..1' => '1']; |
|
643 | + $backMultArray = ['*' => '*', '1' => '0..1', '0..1' => '1']; |
|
644 | 644 | $this->checkInstanceProperty($name, $sourceResourceType); |
645 | 645 | |
646 | 646 | // check that property and resource name don't up and collide - would violate OData spec |