?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/src/PrestaShopBundle/Resources/config/services/core/



?? Go up: /home/webdevt/www/schtroumpf.fr/src/PrestaShopBundle/Resources/config/services

?? Viewing: help.yml

services:
  _defaults:
    public: false

  # Must be public for now because it is used in controllers and controllers are still using the global container.
  PrestaShop\PrestaShop\Core\Help\Documentation:
    public: true
    class: PrestaShop\PrestaShop\Core\Help\Documentation
    arguments:
      - "@prestashop.core.foundation.version"
      - "https://help.prestashop-project.org/"

  prestashop.core.help.documentation:
    alias: PrestaShop\PrestaShop\Core\Help\Documentation
    public: true
    deprecated: ~


??

??