| Conditions | 3 |
| Paths | 4 |
| Total Lines | 12 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 12 |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | public function handle() |
||
| 30 | { |
||
| 31 | if (! $this->option('pure')) { |
||
| 32 | $this->call('clear-compiled'); |
||
| 33 | } |
||
| 34 | |||
| 35 | if ($this->laravel->bound('command.ide-helper.generate')) { |
||
| 36 | $this->call('ide-helper:generate'); |
||
| 37 | $this->call('ide-helper:models', ['--nowrite' => true]); |
||
| 38 | $this->call('ide-helper:meta'); |
||
| 39 | } |
||
| 40 | } |
||
| 41 | } |
||
| 42 |