Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | class HomeController extends Controller |
||
6 | { |
||
7 | /** |
||
8 | * Create a new controller instance. |
||
9 | * |
||
10 | * @return void |
||
11 | */ |
||
12 | public function __construct() |
||
15 | } |
||
16 | |||
17 | /** |
||
18 | * Show the application dashboard. |
||
19 | * |
||
20 | * @return \Illuminate\Contracts\Support\Renderable |
||
21 | */ |
||
22 | public function index() |
||
27 |