big commit

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