big commit

This commit is contained in:
omair saleh
2021-04-06 16:36:46 +08:00
parent 8ad9777b8d
commit 6ef241fa20
+1
View File
@@ -22,6 +22,7 @@ class CompanyResource extends JsonResource
'id' => $this->id,
'account_no' => $this->reference_no,
'marking' => CompanyConnections::where('module_one', $this->modules->first()->id)->first()->marking,
'email' => $this->employees->first()->email,
'name' => $this->name,
'type' => $this->type,
'status' => (int) $this->status,