Removed unused "use" statements
This commit is contained in:
parent
3ffc027302
commit
13bef84dfb
@ -1,10 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
use yii\helpers\Html;
|
use yii\helpers\Html;
|
||||||
use yii\mail\BaseMessage;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \yii\web\View $this
|
* @var \yii\web\View $this
|
||||||
* @var BaseMessage $content
|
* @var \yii\mail\BaseMessage $content
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
<?php $this->beginPage() ?>
|
<?php $this->beginPage() ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user