@@ -35,6 +35,6 @@ |
||
| 35 | 35 | public function getRelationships() |
| 36 | 36 | { |
| 37 | 37 | return self::$relationNames = self::$relationNames ?? |
| 38 | - ModelReflectionHelper::getRelationshipsFromMethods(/** @scrutinizer ignore-type */$this); |
|
| 38 | + ModelReflectionHelper::getRelationshipsFromMethods(/** @scrutinizer ignore-type */$this); |
|
| 39 | 39 | } |
| 40 | 40 | } |