Skip to content

Commit

Permalink
Fix classname capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
LBreda authored Sep 5, 2017
1 parent a7c230a commit ef7bc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LynX39/LaraPdfMerger/PdfManage.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
require_once('tcpdf/tcpdf.php');
require_once('tcpdf/tcpdi.php');

class PDFManage
class PdfManage
{
private $_files; //['form.pdf'] ["1,2,4, 5-19"]
private $_fpdi;
Expand Down

0 comments on commit ef7bc1c

Please sign in to comment.