Fixed BootstrapIconAsset

This commit is contained in:
simialbi 2021-12-19 13:52:54 +01:00 committed by GitHub
parent a2e68756ca
commit 813e9fd879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,17 @@
<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace app\assets;
declare(strict_types=1);
class BootstrapIconAsset extends \yii\web\AssetBundle
namespace yii\bootstrap5;
use yii\web\AssetBundle;
class BootstrapIconAsset extends AssetBundle
{
public $sourcePath = '@vendor/twbs/bootstrap-icons/font';