adamwathan / bootforms

Rapid form generation with Bootstrap 3 and Laravel.
MIT License
417 stars 103 forks source link

Make extension easier by protecting these privates? #105

Closed jesseleite closed 8 years ago

jesseleite commented 8 years ago

Because some of these properties are private, extending these classes requires re-implementing these properties and all related methods. If we protect them, the classes are more flexible for people who wish to extend.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.07%) to 90.876% when pulling 1cf65b4889abd9c98dba913714a6f39db610bb7f on JesseLeite:make-extension-easier into 20ce41da79e3e35488d559f7ef5ab3dba6ef92ba on adamwathan:master.