From adbb2939cbcdaedf9a9bef59968275c5e4cce5a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dezs=C5=91=20BICZ=C3=93?= Date: Thu, 26 Oct 2023 15:13:50 +0200 Subject: [PATCH] Remove Drupal core patch Closes https://github.com/apigee/apigee-edge-drupal/issues/964 --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index 6112e4977..70f7b9482 100644 --- a/composer.json +++ b/composer.json @@ -33,11 +33,6 @@ "services": { "drush.services.yml": "^12" } - }, - "patches": { - "drupal/core": { - "Add a method to access the original property": "https://www.drupal.org/files/issues/2023-07-22/2839195-105.patch" - } } } }