kartik-v / yii2-grid

Enhanced GridView with various utilities for Yii Framework 2.0
http://demos.krajee.com/grid
Other
558 stars 302 forks source link

yii\grid\GridView and kartik\grid\GridViewTrait define the same property ($layout) #1036

Closed toli4ilot closed 2 years ago

toli4ilot commented 2 years ago

After routine update via composer

yii\grid\GridView and kartik\grid\GridViewTrait define the same property ($layout) in the composition of kartik\grid\GridView. This might be incompatible, to improve maintainability consider using accessor methods in traits instead. Class was composed

kartik-v commented 2 years ago

Fixed via v3.5.1.

ilbassa commented 1 year ago

Hi, there is no tag v3.5.1 so composer update doesn't update the package with the fix, how I can fix it? thanks