Skip to content

Commit

Permalink
Added comment to 'AbstractAction'.
Browse files Browse the repository at this point in the history
  • Loading branch information
danbettles committed Oct 23, 2022
1 parent 366e6e6 commit 0b6b80f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AbstractAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
use DanBettles\Marigold\Exception\NotFoundHttpException;
use DanBettles\Marigold\TemplateEngine\Engine;

/**
* Takes an HTTP request and creates an appropriate response.
*/
abstract class AbstractAction
{
private Engine $templateEngine;
Expand Down

0 comments on commit 0b6b80f

Please sign in to comment.