Answers for "yaml constants"

1

yaml constants

# app/config/services.yml
services:
    app.my_service:
        # ...
        arguments:
            - '@app.other_service'
            - !php/const:AppBundle\Entity\BlogPost::MUM_ITEMS
            - !php/const:Symfony\Component\HttpKernel\Kernel::VERSION
Posted by: Guest on March-30-2020

Browse Popular Code Answers by Language