We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d7058 commit b8ac068Copy full SHA for b8ac068
README.md
@@ -267,7 +267,6 @@ use JasperPHP\JasperPHP;
267
268
public function xmlToPdf()
269
{
270
- $output = public_path() . '/report/'.time().'_CancelAck';
271
$output = public_path() . '/report/'.time().'_CancelAck';
272
$ext = "pdf";
273
$data_file = public_path() . '/report/CancelAck.xml';
0 commit comments