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