<?php/* * This file is part of the logist\pecom-bundle package. * * Copyright 2022 logist.cloud <support@logist.cloud> */namespace LogistPecomBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * LogistPecomBundle * * @author Grigoriy Kulin <yarboroda@gmail.com> */class LogistPecomBundle extends Bundle{ public const API_NAME = 'pecom';}