forked from mirrors/easyappointments
Removed unnecessary docblocks.
This commit is contained in:
parent
0a8e70f2ec
commit
97e1b670ed
1 changed files with 0 additions and 4 deletions
|
@ -99,8 +99,6 @@ class Customers extends API_V1_Controller {
|
||||||
* PUT API Method
|
* PUT API Method
|
||||||
*
|
*
|
||||||
* @param int $id The record ID to be updated.
|
* @param int $id The record ID to be updated.
|
||||||
*
|
|
||||||
* @return @return \EA\Engine\Api\V1\Response Returns data response.
|
|
||||||
*/
|
*/
|
||||||
public function put($id) {
|
public function put($id) {
|
||||||
try {
|
try {
|
||||||
|
@ -131,8 +129,6 @@ class Customers extends API_V1_Controller {
|
||||||
* DELETE API Method
|
* DELETE API Method
|
||||||
*
|
*
|
||||||
* @param int $id The record ID to be deleted.
|
* @param int $id The record ID to be deleted.
|
||||||
*
|
|
||||||
* @return @return \EA\Engine\Api\V1\Response Returns data response.
|
|
||||||
*/
|
*/
|
||||||
public function delete($id) {
|
public function delete($id) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue