Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ramth05 authored Sep 9, 2022
1 parent dd77b79 commit 9469f2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php



namespace rams\HelloWorld;

class Index
Expand All @@ -9,4 +10,5 @@ public function greet($greet = "Hello World")
{
return $greet;
}
}
}

0 comments on commit 9469f2c

Please sign in to comment.