Skip to content

Commit 4694faf

Browse files
authored
Update LinkColumn.php
1 parent 6ae89c4 commit 4694faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LinkColumn.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use yii\helpers\Json;
1212
use yii\web\JsExpression;
1313

14-
class LinkColumn extends \yii\base\Object
14+
class LinkColumn extends \yii\base\baseObject
1515
{
1616
public $queryParams = [];
1717
public $url;
@@ -43,4 +43,4 @@ public function init()
4343
}
4444

4545

46-
}
46+
}

0 commit comments

Comments
 (0)