Skip to content

Commit

Permalink
Merge pull request #19 from librarianphp/fix-web-controller
Browse files Browse the repository at this point in the history
Adding default required method to webcontroller
  • Loading branch information
erikaheidi authored Jun 2, 2023
2 parents 9d89b5b + 5dfb495 commit 7beb6b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/WebController.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,9 @@ public function getResponse(): Response
{
return new Response();
}

public function required(): array
{
return [];
}
}

0 comments on commit 7beb6b3

Please sign in to comment.