fixed basic app code style
This commit is contained in:
parent
4f2e9c0502
commit
636a85a6f5
@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
namespace app\commands;
|
||||
|
||||
use yii\console\Controller;
|
||||
|
||||
/**
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
return array(
|
||||
'adminEmail' => 'admin@example.com',
|
||||
);
|
||||
);
|
||||
|
@ -1,5 +1,6 @@
|
||||
<?php
|
||||
use yii\helpers\Html;
|
||||
|
||||
/**
|
||||
* @var yii\base\View $this
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user