From 3a4c6705c1b292fd3756c1cb79d72b28fefdd877 Mon Sep 17 00:00:00 2001 From: Russell Maclean Date: Sat, 2 Dec 2017 10:52:49 +1030 Subject: [PATCH] Fix db autodiscover comment on loading behavior. --- src/Dev/Install/DatabaseAdapterRegistry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dev/Install/DatabaseAdapterRegistry.php b/src/Dev/Install/DatabaseAdapterRegistry.php index 01554c014..ae5cbf101 100644 --- a/src/Dev/Install/DatabaseAdapterRegistry.php +++ b/src/Dev/Install/DatabaseAdapterRegistry.php @@ -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()