Skip to content

Commit

Permalink
fix: namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ezsky authored Mar 22, 2024
1 parent af9fd6d commit 7d57e92
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/views/layouts/_clear.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* @var $this \yii\web\View */
/* @var $content string */

$bundle = \ bestyii\openapiReader\assets\SwaggerAsset::register($this);
$bundle = \bestyii\openapiReader\assets\SwaggerAsset::register($this);
?>
<?php $this->beginPage() ?>

Expand All @@ -15,8 +15,6 @@
<head>
<meta charset="<?php echo Yii::$app->charset ?>">
<title><?= Html::encode($this->title) ?></title>
<!-- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700" rel="stylesheet">-->
<!-- <link rel="stylesheet" type="text/css" href="./swagger-ui.css">-->
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16"/>

Expand Down Expand Up @@ -52,4 +50,4 @@
<?php $this->endBody() ?>
</body>
</html>
<?php $this->endPage() ?>
<?php $this->endPage() ?>

0 comments on commit 7d57e92

Please sign in to comment.