| changeset 526 | cdaf9dfb5dfd |
| parent 518 | 4864076bf0e3 |
| child 531 | 48f5380c26d0 |
| 525:c06db7aa1b10 | 526:cdaf9dfb5dfd |
|---|---|
198 /** |
198 /** |
199 * Execute the console command. |
199 * Execute the console command. |
200 * |
200 * |
201 * @return mixed |
201 * @return mixed |
202 */ |
202 */ |
203 public function fire() { |
203 public function handle() { |
204 |
204 |
205 libxml_use_internal_errors(true); |
205 libxml_use_internal_errors(true); |
206 |
206 |
207 $skip = (int)$this->option('skip'); |
207 $skip = (int)$this->option('skip'); |
208 $raw = !$this->option('no-raw'); |
208 $raw = !$this->option('no-raw'); |