Owl\Http\Controllers\LikeController::index PHP Method

index() public method

Display a listing of the resource.
public index ( ) : Response
return Response
    public function index()
    {
        return \Redirect::to('/');
    }