Merge pull request #7672 from russmac/fix_db_autodiscover_comment

Fix db autodiscover comment on loading behavior.
This commit is contained in:
Robbie Averill 2017-12-03 10:25:19 +13:00 committed by GitHub
commit 011a96f79e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class DatabaseAdapterRegistry
/**
* Detects all _register_database.php files and invokes them.
* Searches through vendor/ folder only,
* Searches through vendor/*\/* folders only,
* does not support "legacy" folder location in webroot
*/
public static function autodiscover()