Current File : //var/www/prestashop/src/PrestaShopBundle/Resources/config/services/core/foundation.yml
services:
  _defaults:
    public: true

  prestashop.core.foundation.version:
    class: PrestaShop\PrestaShop\Core\Foundation\Version
    arguments:
      - !php/const AppKernel::VERSION
      - !php/const AppKernel::MAJOR_VERSION_STRING
      - !php/const AppKernel::MAJOR_VERSION
      - !php/const AppKernel::MINOR_VERSION
      - !php/const AppKernel::RELEASE_VERSION