We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5620ff commit 8f67cd7Copy full SHA for 8f67cd7
1 file changed
composer.js
@@ -50,6 +50,10 @@ class Composer {
50
return this.use(Composer.email(...args))
51
}
52
53
+ phone (...args) {
54
+ return this.use(Composer.phone(...args))
55
+ }
56
+
57
url (...args) {
58
return this.use(Composer.url(...args))
59
@@ -66,10 +70,6 @@ class Composer {
66
70
return this.use(Composer.mention(...args))
67
71
68
72
69
- phone (...args) {
- return this.use(Composer.phone(...args))
- }
-
73
hashtag (...args) {
74
return this.use(Composer.hashtag(...args))
75
0 commit comments