yiisoft / view

Yii view rendering library
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
55 stars 43 forks source link

Finalize View and WebView + remove yiisoft/i18n #143

Closed vjik closed 3 years ago

vjik commented 3 years ago
Q A
Is bugfix?
New feature?
Breaks BC? ✔️
Fixed issues #140

1) Created new internal abstract class BaseView. View and WebView finalized and inherit BaseView.

2) Removed unused locale in View and removed dependecy from yiisoft/i18n.

samdark commented 3 years ago

Thanks.