mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Commenting out API command
This commit is contained in:
parent
1a527a610a
commit
156ca3cb86
@ -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…
x
Reference in New Issue
Block a user