浏览代码

RESTController generico andando

gabriel 7 年之前
父节点
当前提交
2b48995c20
共有 1 个文件被更改,包括 1 次插入8 次删除
  1. 1 8
      Controller/RESTController.php

+ 1 - 8
Controller/RESTController.php

@@ -28,14 +28,7 @@ abstract class RESTController extends VoryxController
     /**
      * @return string Retorna el tipo de la clase.
      */
-//    abstract public function getFormEntityType();
-    /**
-     * @return string Retorna el tipo de la clase.
-     */
-    public function getFormEntityType()
-    {
-        return get_class(new ClientType());
-    }
+    abstract public function getFormEntityType();
 
     /**
      * Get all entities.