@@ -479,8 +479,8 @@ |
||
| 479 | 479 | public function relationSchema(string $type) : ?array |
| 480 | 480 | { |
| 481 | 481 | $h = ['Accept' => 'application/json']; |
| 482 | - return $this->get(sprintf('/model/relations/%s', $type), null, $h); |
|
| 483 | - } |
|
| 482 | + return $this->get(sprintf('/model/relations/%s', $type), null, $h); |
|
| 483 | + } |
|
| 484 | 484 | |
| 485 | 485 | /** |
| 486 | 486 | * Restore object from trash |