Skip to content

Commit

Permalink
fix: namespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
krissss committed Sep 27, 2018
1 parent 08b75de commit 4d9c202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion widgets/ExportMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace kriss\widgets;

use app\kriss\widgets\ExportMenuDataColumn;
use Yii;
use yii\base\Exception;
use yii\base\Widget;
Expand Down
6 changes: 2 additions & 4 deletions widgets/ExportMenuDataColumn.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<?php

namespace app\kriss\widgets;
namespace kriss\widgets;

use yii2tech\csvgrid\DataColumn;

class ExportMenuDataColumn extends DataColumn
class ExportMenuDataColumn extends \yii2tech\csvgrid\DataColumn
{
public function renderDataCellContent($model, $key, $index)
{
Expand Down

0 comments on commit 4d9c202

Please sign in to comment.