big commit

This commit is contained in:
omair saleh
2021-04-06 16:22:23 +08:00
parent 6bb996066b
commit 20acd910a7
+1
View File
@@ -18,6 +18,7 @@ class CompanyResource extends JsonResource
*/ */
public function toArray($request) public function toArray($request)
{ {
dd(CompanyConnections::where('module_one', $this->modules->first()->id)->first());
return [ return [
'id' => $this->id, 'id' => $this->id,
'account_no' => $this->reference_no, 'account_no' => $this->reference_no,