diff options
Diffstat (limited to 'handler/admin/Index.php')
-rw-r--r-- | handler/admin/Index.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/handler/admin/Index.php b/handler/admin/Index.php deleted file mode 100644 index e829913..0000000 --- a/handler/admin/Index.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php - -namespace handler\admin; - -use Response; - -class Index extends AdminRequestHandler { - - public function get(): Response { - return $this->skin->renderPage('admin/index'); - } - -}
\ No newline at end of file |