@@ -21,5 +21,5 @@ |
||
21 | 21 | /** |
22 | 22 | * @var string The path to the model which is the provider for the rules and fields. |
23 | 23 | */ |
24 | - public $modelClass = '<?= $modelClass;?>'; |
|
24 | + public $modelClass = '<?= $modelClass; ?>'; |
|
25 | 25 | } |
26 | 26 | \ No newline at end of file |
@@ -157,7 +157,7 @@ |
||
157 | 157 | return $response->send(); |
158 | 158 | } |
159 | 159 | |
160 | - $response->on(Response::EVENT_AFTER_SEND, function ($event) use ($action) { |
|
160 | + $response->on(Response::EVENT_AFTER_SEND, function($event) use ($action) { |
|
161 | 161 | $this->callActionCallable($action->id, $event->sender->content); |
162 | 162 | }); |
163 | 163 |