Fixes #59: Include services.yml from settings.php.

This commit is contained in:
Greg Anderson 2015-08-26 15:23:47 -07:00
parent 478e8ea127
commit f7790fd297

View file

@ -1,5 +1,10 @@
<?php
/**
* Load services definition file.
*/
$settings['container_yamls'][] = __DIR__ . '/services.yml';
/**
* Include the Pantheon-specific settings file.
*