Skip to content

Commit

Permalink
I can't stop changing greetings 😏 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-bos authored Jan 13, 2022
1 parent 1f3fea9 commit 91cf28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/HelloWorldController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ final class HelloWorldController
public function helloWorld(): Response
{
return new Response(
'<html><body>Hey, swa!</body></html>'
'<html><body>Hallo meneer.</body></html>'
);
}
}

0 comments on commit 91cf28d

Please sign in to comment.