diff --git a/commands/HelloController.php b/commands/HelloController.php index 221fa1a..29394cd 100644 --- a/commands/HelloController.php +++ b/commands/HelloController.php @@ -6,6 +6,7 @@ */ namespace app\commands; + use yii\console\Controller; /** diff --git a/config/params.php b/config/params.php index 1e197d0..398a1ce 100644 --- a/config/params.php +++ b/config/params.php @@ -2,4 +2,4 @@ return array( 'adminEmail' => 'admin@example.com', -); \ No newline at end of file +); diff --git a/views/site/about.php b/views/site/about.php index 86e19e1..5766d55 100644 --- a/views/site/about.php +++ b/views/site/about.php @@ -1,5 +1,6 @@