Commit 062d7842 by mitalcoi

remove ajax from controller

parent fd43d3e0
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
namespace yii\gii\controllers; namespace yii\gii\controllers;
use Yii; use Yii;
use yii\helpers\Inflector;
use yii\web\Controller; use yii\web\Controller;
use yii\web\NotFoundHttpException; use yii\web\NotFoundHttpException;
...@@ -127,12 +126,4 @@ class DefaultController extends Controller ...@@ -127,12 +126,4 @@ class DefaultController extends Controller
throw new NotFoundHttpException("Code generator not found: $id"); throw new NotFoundHttpException("Code generator not found: $id");
} }
} }
/**
* @param string $tableName
* @return string
*/
public function actionClassify($tableName){
return Inflector::classify($tableName);
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment