(options)
| 4 | |
| 5 | class DestroyTask extends GenerateTask { |
| 6 | constructor(options) { |
| 7 | super(options); |
| 8 | this.blueprintFunction = 'uninstall'; |
| 9 | } |
| 10 | } |
| 11 | |
| 12 | module.exports = DestroyTask; |
nothing calls this directly
no outgoing calls
no test coverage detected