prof test
This commit is contained in:
parent
b5d92e22a4
commit
a3584c50a4
|
|
@ -29,6 +29,7 @@ public function __construct()
|
|||
|
||||
public function account(Request $request)
|
||||
{
|
||||
return $this->account;
|
||||
if(!empty($this->account)){
|
||||
return AccountResource::make($this->account);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -329,7 +329,7 @@
|
|||
"patronomic_name": "Muhammedovich",
|
||||
"date_of_birth": "01.01.2001",
|
||||
"birth_place": "Ashgabat",
|
||||
"citizenship_id": "2",
|
||||
"citizenship_id": 2,
|
||||
"registration_address": "Ashgabat"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue