Skip to content

Commit

Permalink
5.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyilmaz committed Mar 28, 2024
1 parent 77e076d commit 1a04123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mind.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
*
* @package Mind
* @version Release: 5.9.6
* @version Release: 5.9.7
* @license GPL3
* @author Ali YILMAZ <[email protected]>
* @category Php Framework, Design pattern builder for PHP.
Expand Down Expand Up @@ -2968,7 +2968,7 @@ public function validate($rule, $data, $message = array()){
if(!$this->is_table($extra)){
$this->errors[$column][$name][] = 'Table not found.';
}

$availableColumn = (empty($availableColumn)) ? $column : $availableColumn;
if(!$this->is_column($extra,$availableColumn)){
$this->errors[$column][$name][] = 'Column not found.';
}
Expand Down

0 comments on commit 1a04123

Please sign in to comment.