title as pdf name

This commit is contained in:
aynsix
2022-02-11 12:15:31 +03:00
parent df9380d515
commit 6d3510b8f2
4 changed files with 53 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ use \IntlDateFormatter as DateFormatter;
class PDFRecords extends PDF
{
private static $maxFilenameLength = 256;
public static $maxFilenameLength = 256;
/** @var Printer */
private $printer;