Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / vendor / drush / drush / src / Drupal / ExtensionDiscovery.php
1 <?php
2
3 namespace Drush\Drupal;
4
5 use Drupal\Core\Extension\ExtensionDiscovery as DrupalExtensionDiscovery;
6
7 class ExtensionDiscovery extends DrupalExtensionDiscovery
8 {
9     public static function reset()
10     {
11         static::$files = [];
12     }
13 }