mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-16 20:38:41 +00:00
use getDataArray
This commit is contained in:
parent
3e37d5f89d
commit
01491ad716
|
|
@ -1859,7 +1859,7 @@ final class ApiController extends Controller
|
||||||
$this->apiAccountCreate($request, $response, $data);
|
$this->apiAccountCreate($request, $response, $data);
|
||||||
|
|
||||||
/** @var Account $account */
|
/** @var Account $account */
|
||||||
$account = $response->get($request->uri->__toString())['response'];
|
$account = $response->getDataArray($request->uri->__toString())['response'];
|
||||||
|
|
||||||
// Create confirmation pending entry
|
// Create confirmation pending entry
|
||||||
$dataChange = new DataChange();
|
$dataChange = new DataChange();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user