@@ -130,7 +130,7 @@ |
||
| 130 | 130 | public function selector($prefix) |
| 131 | 131 | { |
| 132 | 132 | if (is_null($this->selector)) { |
| 133 | - return static::makeSelector(get_called_class() . spl_object_id($this), $prefix); |
|
| 133 | + return static::makeSelector(get_called_class().spl_object_id($this), $prefix); |
|
| 134 | 134 | } |
| 135 | 135 | |
| 136 | 136 | return $this->selector; |