generated from jric11/baseProject
23 lines
580 B
PHP
23 lines
580 B
PHP
<?php
|
|
|
|
/**
|
|
* FallbackMathPdfFourOneSeven.php
|
|
*
|
|
* @since 2026-08-06
|
|
* @category Library
|
|
* @package Barcode
|
|
* @author Nicola Asuni <info@tecnick.com>
|
|
* @copyright 2015-2026 Nicola Asuni - Tecnick.com LTD
|
|
* @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE)
|
|
* @link https://github.com/tecnickcom/tc-lib-barcode
|
|
*
|
|
* This file is part of tc-lib-barcode software library.
|
|
*/
|
|
|
|
namespace Test\Fixture;
|
|
|
|
class FallbackMathPdfFourOneSeven extends \Com\Tecnick\Barcode\Type\Square\PdfFourOneSeven
|
|
{
|
|
use FallbackMath;
|
|
}
|