<?php/* * This file is part of the logist\dadata-bundle package. * * Copyright 2019 logist.cloud <support@logist.cloud> */namespace LogistDadataBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * LogistDadataBundle * * @author Grigoriy Kulin <yarboroda@gmail.com> */class LogistDadataBundle extends Bundle{}