Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Mar 31, 2024
1 parent 6445f95 commit d29a159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UseCase/Site/view/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

use UIAwesome\Html\{Group\Div, Group\P, Helper\Encode, Semantic\H, Tag};
use UIAwesome\Html\{Core\HTMLBuilder, Group\Div, Group\P, Helper\Encode, Semantic\H};
use yii\web\View;

/**
Expand All @@ -21,5 +21,5 @@
'This is the About page. You may modify the following file to customize its content.'
)
),
Tag::widget()->content(__FILE__)->tagName('code'),
HTMLBuilder::createTag('code', __FILE__),
);

0 comments on commit d29a159

Please sign in to comment.