@@ -828,7 +828,7 @@ |
||
828 | 828 | { |
829 | 829 | $pivotColumns = null; |
830 | 830 | if ($foo instanceof BelongsToMany) { |
831 | - $arr = ((array)$foo); |
|
831 | + $arr = ((array) $foo); |
|
832 | 832 | $prefix = chr(0) . '*' . chr(0); |
833 | 833 | $pivotColumns = $arr[$prefix . 'pivotColumns']; |
834 | 834 | } |