@@ -82,7 +82,7 @@ |
||
| 82 | 82 | } |
| 83 | 83 | $segments = $request->getSegments(); |
| 84 | 84 | $numSeg = count($segments); |
| 85 | - if (1 < $numSeg && '$links' == $segments[$numSeg-2]->getIdentifier()) { |
|
| 85 | + if (1 < $numSeg && '$links' == $segments[$numSeg - 2]->getIdentifier()) { |
|
| 86 | 86 | if (null !== $entityModel) { |
| 87 | 87 | throw new \Exception(Messages::modelPayloadOnLinkModification()); |
| 88 | 88 | } |