vendor/nucleos/dompdf-bundle/src/NucleosDompdfBundle.php line 16

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4. * (c) Christian Gripp <mail@core23.de>
  5. *
  6. * For the full copyright and license information, please view the LICENSE
  7. * file that was distributed with this source code.
  8. */
  9. namespace Nucleos\DompdfBundle;
  10. use Symfony\Component\HttpKernel\Bundle\Bundle;
  11. final class NucleosDompdfBundle extends Bundle
  12. {
  13. }