Commit e2813d5c by Alexander Makarov

fixed basic app code style

parent ef2d0990
......@@ -6,6 +6,7 @@
*/
namespace app\commands;
use yii\console\Controller;
/**
......
......@@ -2,4 +2,4 @@
return array(
'adminEmail' => 'admin@example.com',
);
\ No newline at end of file
);
<?php
use yii\helpers\Html;
/**
* @var yii\base\View $this
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment