We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8978e0 commit 972f172Copy full SHA for 972f172
app/Http/Resources/SellerResource.php
@@ -24,6 +24,7 @@ public function toArray(Request $request): array
24
"lastName"=>$this->lastName,
25
"birthDate"=>$this->birthDate,
26
"nationality"=>$this->nationality,
27
+ "isWholesaler"=>$this->isWholesaler,
28
"role_id"=>$this->role_id,
29
"phone_number"=>$this->phone_number,
30
"isWholesaler"=>$this->isWholesaler,
0 commit comments