remove empty pdf wrapper

This commit is contained in:
Dennis Eichhorn 2019-12-30 14:35:19 +01:00
parent 2346b0606a
commit 85b331f51b

View File

@ -1,31 +0,0 @@
<?php
/**
* Orange Management
*
* PHP Version 7.4
*
* @package phpOMS\Utils\PDF
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
namespace phpOMS\Utils\PDF;
/** @noinspection PhpIncludeInspection */
include __DIR__ . '/../../../Resources/tcpdf/tcpdf.php';
/**
* PDF class.
*
* @package phpOMS\Utils\PDF
* @license OMS License 1.0
* @link https://orange-management.org
* @since 1.0.0
* @noinspection PhpUndefinedClassInspection
*/
class Pdf extends \TCPDF
{
}