| Total Complexity | 2 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php namespace Arcanesoft\Foundation\Console; |
||
| 11 | abstract class Command extends BaseCommand |
||
| 12 | { |
||
| 13 | /* ----------------------------------------------------------------- |
||
| 14 | | Shared Methods |
||
| 15 | | ----------------------------------------------------------------- |
||
| 16 | */ |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Display arcanesoft header. |
||
| 20 | */ |
||
| 21 | protected function arcanesoftHeader() |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Get the config repository. |
||
| 37 | * |
||
| 38 | * @return \Illuminate\Contracts\Config\Repository |
||
| 39 | */ |
||
| 40 | protected function config() |
||
| 45 |