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 Feb 25, 2020. It is now read-only.
Not sure what might be going wrong. I added the service provider to my config and yet
$zipper = new Zipper;
Yields an error on "undefined method make"
If I use
$zipper = new \Chumper\Zipper\Zipper
I receive an error on "fatal error cannot call each() on undefined"
If I copy and paste the "sample" code I get a failure on ->close() in the deconstructor
Any ideas what I'm doing wrong?
The text was updated successfully, but these errors were encountered: