Skip to content

Commit 6ad2bb9

Browse files
authored
Update Home.php to import Response class
1 parent 5c7f991 commit 6ad2bb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App/Controllers/Home.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
namespace App\Controllers;
66

77
use Framework\Controller;
8+
use Framework\Response;
89

910
class Home extends Controller
1011
{
1112
public function index(): Response
1213
{
1314
return $this->view("Home/index.mvc.php");
1415
}
15-
}
16+
}

0 commit comments

Comments
 (0)