Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
29 | public function handle() |
||
30 | { |
||
31 | $this->line(''); |
||
32 | $this->line('************************'); |
||
33 | $this->line(' Welcome to Sco-Admin '); |
||
34 | $this->line('************************'); |
||
35 | |||
36 | $this->publish(); |
||
37 | $this->routes(); |
||
38 | |||
39 | $this->info('Successfully Installed Sco-Admin!'); |
||
40 | } |
||
41 | |||
62 |