phpgearbox / pdf

A PDF builder using HTML or DOCX templates.
MIT License
180 stars 112 forks source link

Non-static method Gears\String\Str::contains() should not be called statically #17

Open netizenking opened 7 years ago

netizenking commented 7 years ago

i have "gears/string": "*", in my composer.json file In the Pdf.php file i changed use Gears\String as Str to use Gears\String\Str and now it is giving me the error: Non-static method Gears\String\Str::contains() should not be called statically Somebody tell me what am doing wrong. Thank you

netizenking commented 7 years ago

this error was being brought about by the wrong document paths