diff --git a/providers/database_provider.ts b/providers/database_provider.ts index 13749998..283c95d7 100644 --- a/providers/database_provider.ts +++ b/providers/database_provider.ts @@ -68,8 +68,8 @@ declare module '@vinejs/vine' { * Ensure the value exists inside the database by self * executing a query. * - * - The callback must return "false", if the value exists. - * - The callback must return "true", if the value does not exist. + * - The callback must return "true", if the value exists. + * - The callback must return "false", if the value does not exist. */ exists(callback: VineDbSearchCallback): this }