| Conditions | 2 |
| Paths | 2 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 6 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php namespace Arcanesoft\Foundation\Console; |
||
| 40 | public function handle() |
||
| 41 | { |
||
| 42 | $this->call('vendor:publish', ['--provider' => FoundationServiceProvider::class]); |
||
| 43 | |||
| 44 | foreach ($this->config()->get('arcanesoft.foundation.modules.commands.publish', []) as $command) { |
||
| 45 | $this->call($command); |
||
| 46 | } |
||
| 49 |