Skip to content

Commit

Permalink
Update Progress.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyto Senna authored May 2, 2022
1 parent bb1e578 commit 1ba3bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widgets/Progress.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 Progress extends Widget
Expand Down Expand Up @@ -81,4 +81,4 @@ public function run()
echo Html::endTag('div');
parent::run();
}
}
}

0 comments on commit 1ba3bba

Please sign in to comment.