Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippImhof committed Oct 26, 2024
1 parent 8a53c49 commit 717d183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/customTCPDF.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace quiz_essaydownload;

use \pdf;
use pdf;

defined('MOODLE_INTERNAL') || die();
require_once($CFG->libdir . '/pdflib.php');
Expand All @@ -28,8 +28,8 @@
* @copyright 2024 Philipp Imhof
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

class customTCPDF extends pdf {
/** @var int footer's distance from bottom of page in millimeters */
const FOOTER_POSITION = 15;

// @codingStandardsIgnoreLine
Expand Down

0 comments on commit 717d183

Please sign in to comment.