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 36b6991 commit 0f835f6Copy full SHA for 0f835f6
src/Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase.php
@@ -231,7 +231,7 @@ protected function isSoftDeletableModel($model)
231
* Cast a JSON string to a database compatible type.
232
*
233
* @param array|object|string $value
234
- * @param string|null $collection
+ * @param string|null $connection
235
* @return \Illuminate\Contracts\Database\Query\Expression
236
*/
237
public function castAsJson($value, $connection = null)
0 commit comments