vendor/jonasarts/tcpdf-bundle/TCPDFBundle.php line 16

Open in your IDE?
  1. <?php
  2. /*
  3.  * This file is part of the TCPDF bundle package.
  4.  *
  5.  * (c) Jonas Hauser <symfony@jonasarts.com>
  6.  *
  7.  * This source file is subject to the MIT license that is bundled
  8.  * with this source code in the file LICENSE.
  9.  */
  10. namespace jonasarts\Bundle\TCPDFBundle;
  11. use Symfony\Component\HttpKernel\Bundle\Bundle;
  12. class TCPDFBundle extends Bundle
  13. {
  14. }