Browse Source

added line-break after message

tags/2.0.0-beta
Tobias Munk 12 years ago
parent
commit
c73ab91099
  1. 2
      apps/bootstrap/commands/HelloController.php

2
apps/bootstrap/commands/HelloController.php

@ -24,6 +24,6 @@ class HelloController extends Controller
*/ */
public function actionIndex($message = 'hello world') public function actionIndex($message = 'hello world')
{ {
echo $message; echo $message."\n";
} }
} }
Loading…
Cancel
Save