Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
untek-developer committed Sep 17, 2020
1 parent 0f92759 commit 879d30f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Yii2/Widgets/DetailView.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use ZnLib\Web\Yii2\Widgets\detailViewFormats\LinkFormat;
use ZnLib\Web\Yii2\Widgets\detailViewFormats\ListFormat;
use yii2rails\extension\common\helpers\ClassHelper;
use ZnSandbox\Sandbox\Lang\Yii2\Helpers\LangHelper;
use ZnBundle\Language\Yii2\Helpers\LangHelper;

class DetailView extends \yii\widgets\DetailView {

Expand Down
2 changes: 1 addition & 1 deletion src/Yii2/Widgets/entityActions/actions/BaseAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use yii\helpers\Url;
use ZnLib\Web\Yii2\Widgets\helpers\WidgetHelper;
use ZnCore\Base\Legacy\Yii\Helpers\Html;
use ZnSandbox\Sandbox\Lang\Yii2\Helpers\LangHelper;
use ZnBundle\Language\Yii2\Helpers\LangHelper;

class BaseAction {

Expand Down

0 comments on commit 879d30f

Please sign in to comment.