Skip to content

Commit

Permalink
feat: reload (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
keeama13 authored Sep 19, 2023
1 parent 9a55462 commit 1e83427
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/NotFound/Layout/Responses/Reload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

namespace NotFound\Layout\Responses;

/**
* Reload
*
* This will reload the current page.
*/
class Reload extends Action
{
public function __construct()
{
parent::__construct('Reload');
}
}

0 comments on commit 1e83427

Please sign in to comment.