Skip to content

Commit bb534cf

Browse files
authored
1.6.2
1 parent f092908 commit bb534cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/Controllers/HomeController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class HomeController
66
{
77
public function index()
88
{
9-
echo "Welcome to API-Monster";
9+
view("index", ['name' => 'Hossein']);
1010
}
1111
}

0 commit comments

Comments
 (0)