laravel-zip icon indicating copy to clipboard operation
laravel-zip copied to clipboard

Make protected properties & methods inside Zip Class

Open andreacivita opened this issue 3 years ago • 0 comments

Hi, i was trying to use this class and I need to extend it to add some features related to my business logic.

I see that inside ZanySoft\Zip\Zip class, a lot of properties and methods are setted to private. This behaviour prevents me from extending class.

Is it possible to change all private to protected?

If necessary, I can submit a PR with these changes

andreacivita avatar Nov 18 '21 10:11 andreacivita