Skip to content

Commit

Permalink
Update CardStats.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyto Senna authored May 2, 2022
1 parent 817d440 commit bb1e578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widgets/CardStats.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace deyraka\materialdashboard\widgets;

//use rmrevin\yii\fontawesome\component\Icon;
use yii\bootstrap\Widget;
use yii\bootstrap5\Widget;
use yii\helpers\Html;

class Cardstats extends Widget
Expand Down Expand Up @@ -104,4 +104,4 @@ public function run()
echo Html::endTag('div');
parent::run();
}
}
}

0 comments on commit bb1e578

Please sign in to comment.