mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 19:21:33 +00:00
8 lines
110 B
PHP
8 lines
110 B
PHP
<?php
|
|
namespace h4cc\WKHTMLToPDF;
|
|
|
|
class WKHTMLToPDF
|
|
{
|
|
const PATH = __DIR__ . '/bin/wkhtmltopdf-amd64';
|
|
}
|