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. 2
      apps/basic/config/params.php
  3. 1
      apps/basic/views/site/about.php

1
apps/basic/commands/HelloController.php

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

2
apps/basic/config/params.php

@ -2,4 +2,4 @@
return array( return array(
'adminEmail' => 'admin@example.com', 'adminEmail' => 'admin@example.com',
); );

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

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

Loading…
Cancel
Save