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