Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
14 | public function __invoke() { |
||
15 | return view('applicant/home', [ |
||
1 ignored issue
–
show
|
|||
16 | 'home' => Lang::get('applicant/home'), |
||
17 | 'hero' => Lang::get('common/hero') |
||
18 | ]); |
||
22 |