Skip to content

Commit

Permalink
fixed basic app code style
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jul 21, 2013
1 parent ef2d099 commit e2813d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/basic/commands/HelloController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

namespace app\commands;

use yii\console\Controller;

/**
Expand Down
2 changes: 1 addition & 1 deletion apps/basic/config/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

return array(
'adminEmail' => '[email protected]',
);
);
1 change: 1 addition & 0 deletions apps/basic/views/site/about.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
use yii\helpers\Html;

/**
* @var yii\base\View $this
*/
Expand Down

0 comments on commit e2813d5

Please sign in to comment.