vendor/numero2/contao-opengraph3/src/Opengraph3Bundle.php line 24

Open in your IDE?
  1. <?php
  2. /**
  3.  * Contao Open Source CMS
  4.  *
  5.  * Copyright (c) 2005-2021 Leo Feyer
  6.  *
  7.  * @package   Opengraph3
  8.  * @author    Benny Born <benny.born@numero2.de>
  9.  * @author    Michael Bösherz <michael.boesherz@numero2.de>
  10.  * @license   LGPL
  11.  * @copyright 2021 numero2 - Agentur für digitales Marketing GbR
  12.  */
  13. namespace numero2\Opengraph3Bundle;
  14. use Symfony\Component\HttpKernel\Bundle\Bundle;
  15. /**
  16.  * Configures the Opengraph 3 bundle.
  17.  */
  18. class Opengraph3Bundle extends Bundle {
  19. }