Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 38b2f34527 - Show all commits

View File

@ -23,6 +23,7 @@ interface ContainerInterface extends \Interop\Container\ContainerInterface {
*
* @param LoggerInterface $logger
* @param string $key The logger 'channel'
* @return Container
*/
public function setLogger(LoggerInterface $logger, $key = 'default');