Skip to content

Commit

Permalink
remove unsused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen-oj committed Sep 27, 2021
1 parent 63511eb commit 271e1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FpdfPasswordProtect.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class FpdfPasswordProtect
public $pdf;
public function __construct()
{
$this->pdf = new FPDF_Protection();

}
public static function encryptPdf($file,$password,$destinationFileName)
{
Expand Down

0 comments on commit 271e1aa

Please sign in to comment.