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:tenants', ['--force' => $this->option('force')]); |
||
35 | $this->call('cortex:migrate:tenants', ['--force' => $this->option('force')]); |
||
36 | $this->call('cortex:seed:tenants'); |
||
37 | } |
||
38 | } |
||
39 |