Commit 5d50ca31 by Mohammad Izzat Johari

fix

parent 63f928de
......@@ -7,6 +7,7 @@ if (!function_exists('convertPdfVersion')) {
/**
* Identifies the correct Ghostscript binary based on OS.
*/
function getGsPath()
{
$path = (PHP_OS_FAMILY === 'Windows') ? 'gswin64c' : 'gs';
......
......@@ -14,7 +14,7 @@
"LaravelHsm\\HsmCrypto\\": "src/"
},
"files": [
"app/Helpers/Pdfhelper.php"
"app/Helpers/PdfHelper.php"
]
},
"require": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment