Commenting out API command
This commit is contained in:
parent
1a527a610a
commit
156ca3cb86
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ class AccountApiController extends BaseAPIController
|
|||
return $this->returnData($resource, 'user_accounts');
|
||||
}
|
||||
|
||||
/*
|
||||
public function show($accountKey)
|
||||
{
|
||||
$account = $this->accountRepo->findByKey($accountKey);
|
||||
|
|
@ -63,5 +64,6 @@ class AccountApiController extends BaseAPIController
|
|||
|
||||
return $this->returnData($resource);
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue