youshido-php / GraphQLBundle

Pure PHP implementation of GraphQL Server – Symfony Bundle
MIT License
284 stars 44 forks source link

Removed warning in console #85

Open florentdestremau opened 2 years ago

florentdestremau commented 2 years ago
  Too few arguments to function Youshido\GraphQLBundle\Command\GraphQLConfigureCommand::__construct(), 0 passed in var/cache/prod/ContainerYK9QSxf/App_KernelProdContainer.php on  
   line 38382 and exactly 1 expected                                                                                                                                                                         

Added router argument in command service configuration to avoid this error.