Explorar o código

Removed unused "use" statements

Alexander Makarov %!s(int64=12) %!d(string=hai) anos
pai
achega
13bef84dfb
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      mail/layouts/html.php

+ 1 - 2
mail/layouts/html.php

@@ -1,10 +1,9 @@
 <?php
 use yii\helpers\Html;
-use yii\mail\BaseMessage;
 
 /**
  * @var \yii\web\View $this
- * @var BaseMessage $content
+ * @var \yii\mail\BaseMessage $content
  */
 ?>
 <?php $this->beginPage() ?>