You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
i have
"gears/string": "*",
in my composer.json fileIn the Pdf.php file i changed use
Gears\String as Str
to useGears\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
The text was updated successfully, but these errors were encountered: