@@ -21,7 +21,7 @@ |
||
| 21 | 21 | public function handle($context, $options) |
| 22 | 22 | { |
| 23 | 23 | $options = isset($options['hash']) ? $options['hash'] : []; |
| 24 | - $method = 'get' . ucfirst($this->type); |
|
| 24 | + $method = 'get'.ucfirst($this->type); |
|
| 25 | 25 | return $this->$method($context, $options); |
| 26 | 26 | } |
| 27 | 27 | |