Skip to content

Commit

Permalink
chore: retrait de regle de validation de la bd vers le package "datab…
Browse files Browse the repository at this point in the history
…ase"
  • Loading branch information
dimtrovich committed Mar 18, 2024
1 parent 8ca3923 commit 43ad75a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 128 deletions.
4 changes: 2 additions & 2 deletions src/Validation/Rule.php
Expand Up @@ -17,8 +17,8 @@
/**
* {@inheritDoc}
*
* @method static \BlitzPHP\Validation\Rules\Exists exists(string $table, ?string $column = null)
* @method static \BlitzPHP\Validation\Rules\Unique unique(string $table, ?string $column = null, mixed $ignore = null)
* @method static \BlitzPHP\Database\Validation\Rules\Exists exists(string $table, ?string $column = null)
* @method static \BlitzPHP\Dataabase\Validation\Rules\Unique unique(string $table, ?string $column = null, mixed $ignore = null)
*/
abstract class Rule extends DimtrovichRule
{
Expand Down
37 changes: 0 additions & 37 deletions src/Validation/Rules/Exists.php

This file was deleted.

89 changes: 0 additions & 89 deletions src/Validation/Rules/Unique.php

This file was deleted.

0 comments on commit 43ad75a

Please sign in to comment.