Skip to content

Commit c4ea212

Browse files
committed
Added composer autoload in example
1 parent dcbfcf3 commit c4ea212

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/example.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
2-
3-
require __DIR__ . '/../src/JasperPHP/JasperPHP.php';
2+
require __DIR__ . '/../vendor/autoload.php';
43

54
$outputPdfRtf = __DIR__;
65
$jasperFile = __DIR__ . '/hello_world.jasper';

0 commit comments

Comments
 (0)