diff --git a/src/Echoe.php b/src/Echoe.php index 1c8c0c1..935c1e3 100644 --- a/src/Echoe.php +++ b/src/Echoe.php @@ -6,6 +6,6 @@ class Echoe { public static function call(): void { - echo "Echo Called"; + echo "Echo Called by tobexkee"; } -} \ No newline at end of file +}