Skip to content

Commit

Permalink
Fixed decimal support
Browse files Browse the repository at this point in the history
  • Loading branch information
maikealame authored Sep 13, 2019
1 parent 5b45cd2 commit 3416b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Where.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ private function whereCompleteProcess($value, $key, $type){
case "integer()":
case "decimal":
case "decimal()":
case "decimal(,)":
case "number":
case "bigint":
case "money":
Expand Down

0 comments on commit 3416b29

Please sign in to comment.