Skip to content

Commit

Permalink
fix(mixins): update deprecation status
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Mar 13, 2024
1 parent 96663d3 commit f8a5715
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.ts
Expand Up @@ -25,7 +25,9 @@ function isModuleInstalled(moduleName: string) {
}
}

// @deprecate Import `withAuthFinder` from `@adonisjs/auth/mixins` instead
/**
* @deprecated Import `withAuthFinder` from `@adonisjs/auth/mixins` instead
*/
let withAuthFinder: typeof withAuthFinderType

if (isModuleInstalled('@adonisjs/lucid')) {
Expand Down

0 comments on commit f8a5715

Please sign in to comment.