Skip to content
Snippets Groups Projects

Resolve #2879846 "Provide better support"

Open Alex Pott requested to merge issue/drupal-2879846:2879846-provide-better-support into 11.x
1 unresolved thread

Closes #2879846

Merge request reports

Members who can merge are allowed to add commits.

Merged results pipeline #232024 failed

Merged results pipeline failed for 0f580bfd

Approval is optional
Code Quality is loading
Test summary results are being parsed
Merge blocked: 1 check failed

Merge details

  • The source branch is 1368 commits behind the target branch.
  • 1 commit will be added to 11.x.
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
983 984 $app_root = static::guessApplicationRoot();
984 985 }
985 986
987 // loads .env, .env.local, and .env.$APP_ENV.local or .env.$APP_ENV
988 $dotenv = new Dotenv();
989 $dotenv->loadEnv($app_root . '/.env');
  • Alex Pott added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading