Skip to content

Commit

Permalink
Adding number type to test (instead of numeric)
Browse files Browse the repository at this point in the history
  • Loading branch information
stratease committed Sep 6, 2024
1 parent db4ed70 commit c945452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_support/Helper/MockModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ class MockModel extends Model {
'lastName' => 'string',
'emails' => [ 'array', [] ],
'microseconds' => 'float',
'number' => 'numeric',
'number' => 'number',
];
}

0 comments on commit c945452

Please sign in to comment.