@@ -91,7 +91,7 @@ |
||
91 | 91 | */ |
92 | 92 | public function join($query, $alias = null) |
93 | 93 | { |
94 | - $parts = explode('#', (string)$alias); |
|
94 | + $parts = explode('#', (string) $alias); |
|
95 | 95 | |
96 | 96 | if (!isset($parts[1])) { |
97 | 97 | throw new \LogicException('Joins are not supported on polymorph without discriminator'); |