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