Current File : /var/www/vinorea/src/PrestaShopBundle/Resources/config/services/core/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: ~