<?php
/*
* This file is part of the LogistCloud package.
*
* Copyright (c) 2023 logist.cloud
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace LogistCdekBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Description of LogistCdekBundle
*
* @author Evgeniy Zhelyazkov <evgeniyzhelyazkov@gmail.com>
*/
class LogistCdekBundle extends Bundle
{
public const API_NAME = 'cdek';
}