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