tenant = $tenant; } public function toArray($request) : array { return [ 'id' => $this->tenant->id, 'name' => $this->tenant->name, 'email' => $this->tenant->email, 'city' => $this->tenant->city, 'postalcode'=> $this->tenant->postcode ]; } }