for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
Install GitHub App
<?php
namespace DoeSangue\Http\Controllers;
class HomeController extends Controller
{
/**
* Create a new controller instance.
*
* @return void
*/
public function __construct()
<<<<<<< HEAD
// $this->middleware('auth');
||||||| merged common ancestors
$this->middleware('auth');
=======
>>>>>>> 4c37c57
}
* Show the application dashboard.
* @return \Illuminate\Http\Response
public function index()
return view('home');