فهرست منبع

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.