rockyjvec / Onvif

PHP Onvif library for IP cameras.
20 stars 15 forks source link

bad line Onvif.php #2

Closed chemoral87 closed 5 years ago

chemoral87 commented 5 years ago

Line 59. Please comment // $class = "Rockyjvec\Onvif\Onvif\Extension\" . $name;

Must be $class = "Rockyjvec\Onvif\Service\Extension\" . $name;

rockyjvec commented 5 years ago

Fixed in c450e2f