Преглед изворни кода

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.