Skip to content

Commit

Permalink
Fix parameter types (laravel#43403)
Browse files Browse the repository at this point in the history
  • Loading branch information
halloei authored and Ken committed Aug 9, 2022
1 parent c3744b2 commit 68d9a43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ protected function isSoftDeletableModel($model)
/**
* Cast a JSON string to a database compatible type.
*
* @param array|string $value
* @param array|object|string $value
* @return \Illuminate\Database\Query\Expression
*/
public function castAsJson($value)
Expand Down

0 comments on commit 68d9a43

Please sign in to comment.