Skip to content

Commit

Permalink
chore: Update store interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Lenzotti committed Jul 11, 2020
1 parent e24c6c7 commit 829bc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/class/Store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class Store extends Metadata {
* @param {string} propertyKey
* @returns {Store}
*/
static fromMethod(target: any, propertyKey: string): Store {
static fromMethod(target: any, propertyKey: string | symbol): Store {
return new Store([target, propertyKey, descriptorOf(target, propertyKey)]);
}

Expand Down

0 comments on commit 829bc65

Please sign in to comment.