<?php/* * This file is part of the LogistCronBundle package. * * Copyright 2020 Evgeniy Zhelyazkov <evgeniyzhelyazkov@gmail.com>. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */namespace LogistCronBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * LogistCronBundle * * @author Evgeniy Zhelyazkov <evgeniyzhelyazkov@gmail.com> */class LogistCronBundle extends Bundle{ }