OwlCyberSecurity - MANAGER
Edit File: ReaderInterface.php
<?php namespace Nextend\Framework\Misc\Zip; interface ReaderInterface { public function read($path); }