| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class AuditApplication extends Application |
||
| 17 | { |
||
| 18 | //-------------------------------------------------------------------------------------------------------------------- |
||
| 19 | /** |
||
| 20 | * Object constructor. |
||
| 21 | */ |
||
| 22 | public function __construct() |
||
| 23 | { |
||
| 24 | parent::__construct('audit', '1.9.0'); |
||
| 25 | } |
||
| 26 | |||
| 27 | //-------------------------------------------------------------------------------------------------------------------- |
||
| 28 | /** |
||
| 29 | * Gets the default commands that should always be available. |
||
| 30 | * |
||
| 31 | * @return Command[] |
||
| 32 | */ |
||
| 33 | protected function getDefaultCommands(): array |
||
| 43 | } |
||
| 44 | |||
| 49 |