From 3b7ae61a8e68ce37638b313eaccf4febaa48e3fa Mon Sep 17 00:00:00 2001
From: Tobias Zimmermann <tstoeckler@gmail.com>
Date: Tue, 25 Jun 2019 09:35:46 +0200
Subject: [PATCH] Issue #2882709 by Kingdutch: Fix "LibraryIdAccessorInterface"
 name

---
 CHANGELOG.txt                                              | 1 +
 src/ExternalLibrary/Utility/LibraryIdAccessorInterface.php | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 6d1daa8..e0785a6 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,7 @@
 
 Libraries 8.x-3.x, xxxx-xx-xx
 -----------------------------
+#2882709 by Kingdutch: Fix "LibraryIdAccessorInterface" name
 #2833756 by 20th: Check that public://library-definitions directory does not exist
 #2825940 by tstoeckler, rjacobs: Remove LibrariesServiceProvider
 #2816115 by rjacobs: Remove ExtensionHandler service
diff --git a/src/ExternalLibrary/Utility/LibraryIdAccessorInterface.php b/src/ExternalLibrary/Utility/LibraryIdAccessorInterface.php
index 98928e9..1634382 100644
--- a/src/ExternalLibrary/Utility/LibraryIdAccessorInterface.php
+++ b/src/ExternalLibrary/Utility/LibraryIdAccessorInterface.php
@@ -5,7 +5,7 @@ namespace Drupal\libraries\ExternalLibrary\Utility;
 /**
  * Provides an interface for classes giving access to a library ID.
  */
-interface LibraryAccessorIdInterface {
+interface LibraryIdAccessorInterface {
 
   /**
    * Returns the ID of the library.
-- 
GitLab