Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Nov 13, 2023
1 parent 35bbb4a commit f1967c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ use Pop\View\View;
class IndexController extends AbstractController
{

protected Request $response;
protected Response $viewPath;
protected Request $request;
protected Response $response;
protected string $viewPath;

public function __construct(
Request $request = new Request(), Response $response = new Response()
Expand Down

0 comments on commit f1967c3

Please sign in to comment.