Conditions | 1 |
Paths | 1 |
Total Lines | 14 |
Code Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
38 | public function handle() |
||
39 | { |
||
40 | // |
||
41 | $this->info('-----------------------------------------------------------------------------------'); |
||
42 | $this->info('| ___________ .__ __________ .__ |'); |
||
43 | $this->info('| \__ ___/ ___ ____ | |__ \______ \ ____ ____ ____ | |__ |'); |
||
44 | $this->info('| | |_/ __ \_/ ___\| | \ | | _// __ \ / \_/ ___\| | \ |'); |
||
45 | $this->info('| | |\ ___/\ \___| Y \ | | \ ___/| | \ \___| Y \ |'); |
||
46 | $this->info('| |____| \___ >\___ >___| / |______ /\___ >___| /\___ >___| / |'); |
||
47 | $this->info('| \/ \/ \/ \/ \/ \/ \/ \/ |'); |
||
48 | $this->info('-----------------------------------------------------------------------------------'); |
||
49 | $this->info(''); |
||
50 | $this->line(' Welcom to the Tech Bench Installer'); |
||
51 | $this->line(''); |
||
52 | } |
||
54 |