Skip to content
Snippets Groups Projects
Commit 6842e776 authored by catch's avatar catch
Browse files

Issue #2686595 by sidharthap: LibraryDiscoveryCollector does not need to...

Issue #2686595 by sidharthap: LibraryDiscoveryCollector does not need to override properties of the parent class
parent d6f56940
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -20,20 +20,6 @@
*/
class LibraryDiscoveryCollector extends CacheCollector {
/**
* The cache backend.
*
* @var \Drupal\Core\Cache\CacheBackendInterface
*/
protected $cache;
/**
* The lock backend.
*
* @var \Drupal\Core\Lock\LockBackendInterface
*/
protected $lock;
/**
* The library discovery parser.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment