Fixes #59: Include services.yml from settings.php.
This commit is contained in:
parent
478e8ea127
commit
f7790fd297
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Load services definition file.
|
||||||
|
*/
|
||||||
|
$settings['container_yamls'][] = __DIR__ . '/services.yml';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Include the Pantheon-specific settings file.
|
* Include the Pantheon-specific settings file.
|
||||||
*
|
*
|
||||||
|
|
Reference in a new issue