2amigos / yii2-date-picker-widget

Bootstrap DatePicker Widget for Yii2
https://2amigos.us
Other
130 stars 77 forks source link

Make property DateRangePicker::_template protected instead private #32

Closed Mr-Maslo closed 7 years ago

Mr-Maslo commented 7 years ago

It's necessary because private property can not use in classes which extends DateRangePicker. For example, it may come in handy to redefine template without redefining of method DateRangePicker::run().

tonydspaniard commented 7 years ago

Do you have time for a PR?

Mr-Maslo commented 7 years ago

Done. https://github.com/2amigos/yii2-date-picker-widget/pull/34

tonydspaniard commented 7 years ago

Thanks!