We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
5 | class HomeController extends Controller |
||
|
|||
6 | { |
||
7 | /** |
||
8 | * Create a new controller instance. |
||
9 | * |
||
10 | * @return void |
||
11 | */ |
||
12 | public function __construct() |
||
13 | { |
||
14 | <<<<<<< HEAD |
||
15 | // $this->middleware('auth'); |
||
16 | ||||||| merged common ancestors |
||
17 | $this->middleware('auth'); |
||
18 | ======= |
||
19 | // $this->middleware('auth'); |
||
20 | |||
21 | >>>>>>> 4c37c57 |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * Show the application dashboard. |
||
26 | * |
||
27 | * @return \Illuminate\Http\Response |
||
34 |