@@ -90,7 +90,7 @@ |
||
| 90 | 90 | $method = $spec[1]; |
| 91 | 91 | $priority = isset($spec[2]) ? $spec[2] : 0; |
| 92 | 92 | |
| 93 | - $this->listeners[] = $events->attach($event, [ $this, $method ], $priority); |
|
| 93 | + $this->listeners[] = $events->attach($event, [$this, $method], $priority); |
|
| 94 | 94 | } |
| 95 | 95 | |
| 96 | 96 | return $this; |