- renamed 'models' and 'validators' folders - removed unneccessary files in contracts folder
This commit is contained in:
parent
a29865b781
commit
08c2edca3b
62 changed files with 371 additions and 458 deletions
|
@ -22,7 +22,7 @@ export default class ValidateChecksum extends BaseCommand {
|
|||
|
||||
public async run() {
|
||||
// this.logger.info('Hello world!')
|
||||
const { default: File } = await import('#app/Models/File');
|
||||
const { default: File } = await import('#models/file');
|
||||
// const { default: HashValue } = await (await (import ('App/Models/HashValue')));
|
||||
|
||||
// query all published files from database:
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue