suncat2000 / MobileDetectBundle

Symfony 2/3/4 bundle for detect mobile devices, manage mobile view and redirect to the mobile and tablet version.
397 stars 154 forks source link

Private functions in RequestListener #29

Closed steorangeball23 closed 11 years ago

steorangeball23 commented 11 years ago

Hi, I want to extends RequestListener Class to add custom features, but some functions are "private". Could it be possible to change them to "protected" ?

Thx !

Steorangeball23.

suncat2000 commented 11 years ago

Yes, why not?) Make a PR please! And please check tests yet...

steorangeball23 commented 11 years ago

PR added