acquia / drupal-recommended-settings

The composer plugin to add Acquia's drupal recommended settings in your drupal project.
4 stars 5 forks source link

Missing use statement in EnvironmentDetector.php #34

Closed vladigor closed 5 months ago

vladigor commented 7 months ago

Describe the bug When running a site install I hit this error:

Error: Class "Acquia\Drupal\RecommendedSettings\Helpers\ConfigInitializer" not found in Acquia\Drupal\RecommendedSettings\Helpers\EnvironmentDetector::getSiteName() (line 230 of /app/vendor/acquia/drupal-recommended-settings/src/Helpers/EnvironmentDetector.php).

I believe the fix is to insert the following at line 6 of EnvironmentDetector.php use Acquia\Drupal\RecommendedSettings\Config\ConfigInitializer;

vishalkhode1 commented 7 months ago

Hi @vladigor This is now fixed in the develop branch. Soon, we'll be making a stable release. Will keep you posted once this is released. Thanks.

vishalkhode1 commented 6 months ago

This is planned for release this week.

vishalkhode1 commented 5 months ago

Fixed and released in 1.0.0.