Skip to content

Commit

Permalink
Add location for contributed database drivers. (#3112)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-garcia-garcia authored and jmolivas committed Jan 21, 2017
1 parent 37a1f6b commit 4a1aef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Utils/Site.php
Expand Up @@ -66,6 +66,7 @@ public function getDatabaseTypes()
$finder = new Finder();
$finder->directories()
->in($this->appRoot . '/core/lib/Drupal/Core/Database/Driver')
->in($this->appRoot . '/drivers/lib/Drupal/Driver/Database')
->depth('== 0');

$databases = [];
Expand Down

0 comments on commit 4a1aef8

Please sign in to comment.