cbschuld/Browser.php

[Suggestion] __switch from Browser constructor to __construct

Closed this issue · 2 comments

Hi,

I noticed that when using the class inside a namespace it wold not work because the Browser method was never invoked as constructor. Suggest to change to __construct to work on namespaces

fixed via #37

@mekanixms - yes, agreed & fixed, thanks!!