vendor/fresh/vich-uploader-serialization-bundle/FreshVichUploaderSerializationBundle.php line 22

Open in your IDE?
  1. <?php
  2. /*
  3.  * This file is part of the FreshVichUploaderSerializationBundle
  4.  *
  5.  * (c) Artem Henvald <genvaldartem@gmail.com>
  6.  *
  7.  * For the full copyright and license information, please view the LICENSE
  8.  * file that was distributed with this source code.
  9.  */
  10. declare(strict_types=1);
  11. namespace Fresh\VichUploaderSerializationBundle;
  12. use Symfony\Component\HttpKernel\Bundle\Bundle;
  13. /**
  14.  * FreshVichUploaderSerializationBundle.
  15.  *
  16.  * @author Artem Henvald <genvaldartem@gmail.com>
  17.  */
  18. class FreshVichUploaderSerializationBundle extends Bundle
  19. {
  20. }