| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 30 | public function handle(): void |
||
| 31 | { |
||
| 32 | $this->alert($this->description); |
||
| 33 | |||
| 34 | $this->call('cortex:publish:contacts', ['--force' => $this->option('force')]); |
||
| 35 | $this->call('cortex:migrate:contacts', ['--force' => $this->option('force')]); |
||
| 36 | $this->call('cortex:seed:contacts'); |
||
| 37 | } |
||
| 38 | } |
||
| 39 |