Skip to content

Commit

Permalink
Update SayHello.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkumarsakthivel committed Sep 2, 2014
1 parent 141db01 commit cba4cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HelloWorld/SayHello.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class SayHello
{
public static function world()
{
return 'Hello World, Composer!';
return 'Hello World, Raj!';
}
}

Expand Down

0 comments on commit cba4cbe

Please sign in to comment.