aboutsummaryrefslogtreecommitdiffstats
path: root/config/hash.ts
diff options
context:
space:
mode:
Diffstat (limited to 'config/hash.ts')
-rw-r--r--config/hash.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/hash.ts b/config/hash.ts
index 22e38bd..38c8784 100644
--- a/config/hash.ts
+++ b/config/hash.ts
@@ -5,9 +5,9 @@
5 * file. 5 * file.
6 */ 6 */
7 7
8import env from '#start/env' 8import env from '#start/env';
9import { defineConfig } from '@adonisjs/core/hash' 9import { defineConfig } from '@adonisjs/core/hash';
10import { drivers } from '@adonisjs/core/hash' 10import { drivers } from '@adonisjs/core/hash';
11 11
12/* 12/*
13|-------------------------------------------------------------------------- 13|--------------------------------------------------------------------------
@@ -83,7 +83,7 @@ export default defineConfig({
83 driver: 'legacy', 83 driver: 'legacy',
84 }, 84 },
85 }, 85 },
86}) 86});
87 87
88declare module '@adonisjs/core/types' { 88declare module '@adonisjs/core/types' {
89 export interface HashersList extends InferHashers<typeof hashConfig> {} 89 export interface HashersList extends InferHashers<typeof hashConfig> {}