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