<?php declare(strict_types=1); /* * Copyright (C) 2015-2017 IRSTEA * All rights reserved. */ namespace Irstea\FileUploadBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; /** * {@inheritdoc} */ class IrsteaFileUploadBundle extends Bundle { }