From 17a0ec124dadaa0b6d133757ecf979f6c980bb66 Mon Sep 17 00:00:00 2001
From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org>
Date: Tue, 11 Feb 2014 11:35:19 +0000
Subject: [PATCH] Issue #2186847 by InternetDevels: Remove duplicate edit-form
 key in Drupal\aggregator\Entity\Feed.

---
 core/modules/aggregator/lib/Drupal/aggregator/Entity/Feed.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/modules/aggregator/lib/Drupal/aggregator/Entity/Feed.php b/core/modules/aggregator/lib/Drupal/aggregator/Entity/Feed.php
index 61eae79fdc2d..1918bbcbd16c 100644
--- a/core/modules/aggregator/lib/Drupal/aggregator/Entity/Feed.php
+++ b/core/modules/aggregator/lib/Drupal/aggregator/Entity/Feed.php
@@ -32,7 +32,6 @@
  *     "canonical" = "aggregator.feed_view",
  *     "edit-form" = "aggregator.feed_configure",
  *     "delete-form" = "aggregator.feed_delete",
- *     "edit-form" = "aggregator.feed_configure",
  *   },
  *   base_table = "aggregator_feed",
  *   fieldable = TRUE,
-- 
GitLab