Learner\Http\Controllers\UserController::__construct PHP Method

__construct() public method

User must login to get own home.
public __construct ( )
    public function __construct()
    {
        $this->middleware('auth');
    }