naffiq / yii2-bridge

⚠️ REPO MOVED TO SEPARATE GROUP FOR MAINTAINABILITY
https://github.com/yii2-bridge/core
4 stars 3 forks source link

Gii generate index view syntax error #19

Closed johnluxor closed 7 years ago

johnluxor commented 7 years ago

When model has text column and gii generate Truncated column with syntax error

 // [
            'class' => 'naffiq\bridge\widgets\columns\TruncatedTextColumn',
            'attribute' => 'description',
        ],

square bracket is commented