Skip to content

Commit

Permalink
fixed(import): VSCode auto imported from v5 path for whatever reason
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgobich committed Jul 25, 2024
1 parent f6ea7ea commit 90b47b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-utils/model_paginator.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SimplePaginator } from '@adonisjs/lucid/database'
import { ModelPaginatorContract, CherryPick } from '@ioc:Adonis/Lucid/Orm'
import { CherryPick, ModelPaginatorContract } from '@adonisjs/lucid/types/model'

export class ModelPaginator extends SimplePaginator implements ModelPaginatorContract<any> {
/**
Expand Down

0 comments on commit 90b47b5

Please sign in to comment.