Skip to content

Commit

Permalink
require a new application.pantheon.php file
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Apr 8, 2024
1 parent 2b6c488 commit d3b201a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
}
}

/**
* Include Pantheon application settings.
*/
require_once __DIR__ . '/application.pantheon.php';

/**
* Set up our global environment constant and load its config first
* Default: production
Expand Down

0 comments on commit d3b201a

Please sign in to comment.