dealfonso / sapp

Simple and Agnostic PDF Document Parser in PHP - sign PDF docs using PHP
GNU Lesser General Public License v3.0
110 stars 29 forks source link

Call to undefined function ddn\sapp\p_warning() #53

Closed celsoandrade closed 1 year ago

celsoandrade commented 1 year ago

The file PDFUtilFnc.php is missing p_warning function at line 325

I add this line use function ddn\sapp\helpers\p_warning; and everything worked