Commit a405b1d 1 parent b88386c commit a405b1d Copy full SHA for a405b1d
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
*/
11
11
namespace wcmf \lib \pdf ;
12
12
13
- use FPDI ;
13
+ use setasign \ Fpdi \ Fpdi ;
14
14
15
- if (!class_exists ('FPDI ' )) {
15
+ if (!class_exists ('setasign\Fpdi\Fpdi ' )) {
16
16
throw new \wcmf \lib \config \ConfigurationException (
17
17
'wcmf\lib\pdf\PDF requires ' .
18
- 'FPDI . If you are using composer, add setasign/fpdi ' .
18
+ 'Fpdi . If you are using composer, add setasign/fpdf and setasign/fpdi ' .
19
19
'as dependency to your project ' );
20
20
}
21
21
22
22
/**
23
- * PDF extends FPDF/FPDI .
23
+ * PDF extends setasign\Fpdi\Fpdi .
24
24
*
25
- * @note This class requires FPDI
25
+ * @note This class requires setasign\Fpdi\Fpdi
26
26
*
27
27
* @author ingo herwig <[email protected] >
28
28
*/
29
- class PDF extends FPDI {
29
+ class PDF extends Fpdi {
30
30
31
31
private $ pageStarted = false ;
32
32
private $ pageEnded = false ;
You can’t perform that action at this time.
0 commit comments