vendor/thecadien/sulu-import-export-bundle/SuluImportExportBundle.php line 18
<?php
declare(strict_types=1);
/*
* This file is part of TheCadien/SuluImportExportBundle.
*
* (c) Oliver Kossin
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace TheCadien\Bundle\SuluImportExportBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class SuluImportExportBundle extends Bundle
{
}