We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac56c4f commit 7ed21a1Copy full SHA for 7ed21a1
src/Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase.php
@@ -167,7 +167,7 @@ protected function isSoftDeletableModel($model)
167
/**
168
* Cast a JSON string to a database compatible type.
169
*
170
- * @param array|string $value
+ * @param array|object|string $value
171
* @return \Illuminate\Database\Query\Expression
172
*/
173
public function castAsJson($value)
0 commit comments