@@ -232,7 +232,7 @@ |
||
232 | 232 | * @param string $boolean |
233 | 233 | * @param string[] $columns |
234 | 234 | * |
235 | - * @return mixed |
|
235 | + * @return \Illuminate\Support\Collection |
|
236 | 236 | */ |
237 | 237 | public function where($column, $operator = '=', $value = null, $boolean = 'and', array $columns = ['*']) |
238 | 238 | { |