Closed bdimaggio closed 4 years ago
Ah--looks like the line before the actual changed lines in core/modules/shortcut/src/Entity/ShortcutSet.php used to reference \Drupal::entityManager()
, and in d8.8 they got around to making that Drupal::entityTypeManager()
. I updated the patch on d.o and changed the reference in composer.json and now it applies cleanly.
Great -- did you need to push that up?
Love it. Any idea why that patch is suddenly failing?