Update profile.service.ts

pull/10010/head
Mehmet Erim 4 years ago
parent a8f1d51438
commit d48652d227

@ -37,5 +37,5 @@ export class ProfileService {
{ apiName: this.apiName },
);
constructor(private restService: RestService) {}
constructor(protected restService: RestService) {}
}

Loading…
Cancel
Save