Browse Source

fixed basic app code style

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
e2813d5ce6
  1. 1
      apps/basic/commands/HelloController.php
  2. 1
      apps/basic/views/site/about.php

1
apps/basic/commands/HelloController.php

@ -6,6 +6,7 @@
*/
namespace app\commands;
use yii\console\Controller;
/**

1
apps/basic/views/site/about.php

@ -1,5 +1,6 @@
<?php
use yii\helpers\Html;
/**
* @var yii\base\View $this
*/

Loading…
Cancel
Save