mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-05-23 09:58:41 +00:00
remove empty pdf wrapper
This commit is contained in:
parent
2346b0606a
commit
85b331f51b
|
|
@ -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
|
|
||||||
{
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user