Skip to content

Commit

Permalink
setEncryption to Public function (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
suryaprakashtiwari01 authored and barryvdh committed Feb 2, 2019
1 parent 1056f54 commit 2fc1f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PDF.php
Expand Up @@ -217,7 +217,7 @@ protected function render(){
}


protected function setEncryption($password) {
public function setEncryption($password) {
if (!$this->dompdf) {
throw new Exception("DOMPDF not created yet");
}
Expand Down

0 comments on commit 2fc1f5e

Please sign in to comment.