From 2bd3621b1854b8ae759c6d9f518987baec08c05e Mon Sep 17 00:00:00 2001
From: xamgore <xamgore@ya.ru>
Date: Tue, 16 Jun 2015 00:50:29 +0300
Subject: [PATCH] Removed handler/GetHelp, cause it is unused

---
 .../application/classes/Controller/Handler/GetHelp.php   | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 ~dev_rating/application/classes/Controller/Handler/GetHelp.php

diff --git a/~dev_rating/application/classes/Controller/Handler/GetHelp.php b/~dev_rating/application/classes/Controller/Handler/GetHelp.php
deleted file mode 100644
index e8f541951..000000000
--- a/~dev_rating/application/classes/Controller/Handler/GetHelp.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php defined('SYSPATH') or die('No direct script access.');
-
-class Controller_Handler_GetHelp extends Controller
-{
-    public function action_indexStudent() {
-        $twig = Twig::factory('text_content/indexStudent');
-        $this->response->body($twig);
-    }
-}
\ No newline at end of file
-- 
GitLab