Skip to content

Commit

Permalink
Merge pull request #1 from arollmann/patch-1
Browse files Browse the repository at this point in the history
Fix namespace in index.php
  • Loading branch information
hoaaah authored May 18, 2020
2 parents 161fc7d + a86d25a commit f985e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generators/default/views/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
use yii\helpers\Html;
use yii\bootstrap\Modal;
use kartik\grid\GridView;
use johnitvn\ajaxcrud\CrudAsset;
use johnitvn\ajaxcrud\BulkButtonWidget;
use hoaaah\ajaxcrud\CrudAsset;
use hoaaah\ajaxcrud\BulkButtonWidget;

/* @var $this yii\web\View */
<?= !empty($generator->searchModelClass) ? "/* @var \$searchModel " . ltrim($generator->searchModelClass, '\\') . " */\n" : '' ?>
Expand Down

0 comments on commit f985e3c

Please sign in to comment.