diff --git a/src/plugins/photo-viewer.ts b/src/plugins/photo-viewer.ts index 2c61a77d5c..95728f0fd1 100644 --- a/src/plugins/photo-viewer.ts +++ b/src/plugins/photo-viewer.ts @@ -24,5 +24,5 @@ export class PhotoViewer { * @param options {any} */ @Cordova({sync: true}) - show(url: string, title?: string, options?: {share?: boolean; }): void { } + static show(url: string, title?: string, options?: {share?: boolean; }): void { } }