replace tcpdf with TCPDF

This commit is contained in:
Dennis Eichhorn 2023-09-29 03:30:44 +00:00
parent 3de3b8d888
commit aac5f163d1

View File

@ -22,7 +22,7 @@ declare(strict_types=1);
* @link https://jingga.app
* @since 1.0.0
*
* @link ../../../../../../Resources/tcpdf/tcpdf.php
* @link ../../../../../../Resources/tcpdf/TCPDF.php
*/
class DefaultPdf extends TCPDF
{