Commenting out API command

This commit is contained in:
Hillel Coren 2015-11-07 19:59:14 +02:00
parent 1a527a610a
commit 156ca3cb86

View File

@ -55,6 +55,7 @@ class AccountApiController extends BaseAPIController
return $this->returnData($resource, 'user_accounts'); return $this->returnData($resource, 'user_accounts');
} }
/*
public function show($accountKey) public function show($accountKey)
{ {
$account = $this->accountRepo->findByKey($accountKey); $account = $this->accountRepo->findByKey($accountKey);
@ -63,5 +64,6 @@ class AccountApiController extends BaseAPIController
return $this->returnData($resource); return $this->returnData($resource);
} }
*/
} }