Owl\Http\Controllers\HomeController::__construct PHP Method

__construct() public method

Create a new controller instance.
public __construct ( ) : void
return void
    public function __construct()
    {
        $this->middleware('auth');
    }
HomeController