()
| 129 | } |
| 130 | |
| 131 | isArtisan () { |
| 132 | const needle = this.constructor.PERMISSIONS.ARTISAN |
| 133 | return this.get('permissions', true).includes(needle) |
| 134 | } |
| 135 | |
| 136 | isOnlineTeacher () { |
| 137 | const needle = this.constructor.PERMISSIONS.ONLINE_TEACHER |
no test coverage detected