Skip to content

Commit 1e83427

Browse files
authored
feat: reload (#4)
1 parent 9a55462 commit 1e83427

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
namespace NotFound\Layout\Responses;
4+
5+
/**
6+
* Reload
7+
*
8+
* This will reload the current page.
9+
*/
10+
class Reload extends Action
11+
{
12+
public function __construct()
13+
{
14+
parent::__construct('Reload');
15+
}
16+
}

0 commit comments

Comments
 (0)