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;
use yii\console\Controller;
/**

2
apps/basic/config/params.php

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

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

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

Loading…
Cancel
Save