Fix complaints found by local_moodlecheck
This commit is contained in:
parent
1bfceb6794
commit
20cfbdf9c3
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@ require_once($CFG->libdir . '/tcpdf/tcpdf_barcodes_2d.php');
|
|||
*/
|
||||
class element extends \mod_customcert\element {
|
||||
|
||||
|
||||
/**
|
||||
* @var string The barcode type.
|
||||
*/
|
||||
const BARCODETYPE = 'QRCODE';
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue