Constructor
new SeedAPIDataPatch()
- Source:
Example
Patch = require('./app/SeedAPIData.patch')
patch = _di.make(Patch)
await patch.run()
Extends
- Injectable
Methods
(async) run() → {Promise.<void>}
Run the patch.
- Source:
Returns:
- Type
- Promise.<void>