@@ -11,7 +11,7 @@ |
||
| 11 | 11 | |
| 12 | 12 | public function init($command) |
| 13 | 13 | { |
| 14 | - $this->callback = function () use ($command) { |
|
| 14 | + $this->callback = function() use ($command) { |
|
| 15 | 15 | return eval($command); |
| 16 | 16 | }; |
| 17 | 17 | } |