-
Notifications
You must be signed in to change notification settings - Fork 270
Non-static method Chumper\Zipper\Zipper::make() should not be called statically #55
Comments
same in laravel 5.2. |
This will work: |
This will work: still got error with this code |
in routes.php file works well. but doesnt in any controller. for instance HomeController |
what error do you get? did you reference "use Chumper\Zipper\Zipper;" in controller? I am using php7-laravel5.2. It is working for me. |
sorry. my mistake. |
y es thanks. miss the reference .its working for me too now
|
cool! good luck! |
Use the facade if you don't want to new-up an instance yourself.
|
@ewstefan is the correct answer, thanks! |
Used on laravel 5.1
The text was updated successfully, but these errors were encountered: