We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2ee00 commit 946ab3dCopy full SHA for 946ab3d
settings/acquia-recommended.settings.php
@@ -85,8 +85,8 @@
85
// phpcs:ignore
86
$site_name = EnvironmentDetector::getSiteName($site_path);
87
88
-// Acquia platform settings includes a require line that
89
-// opens database connection, hence the mysql57 settings
+// Acquia platform settings (and local / CI) includes a require line
+// that opens database connection, hence the mysql57 settings
90
// file should be added before platform require line.
91
// @see: https://www.drupal.org/project/mysql57
92
// @todo: Remove this line once acquia platform start supporting mysql 8.0
0 commit comments