|
42 | 42 | * @method array<int, TModel> eagerLoadRelations(array $models) |
43 | 43 | * @method \Hypervel\Database\Eloquent\Relations\Contracts\Relation<\Hypervel\Database\Eloquent\Model, TModel, *> getRelation(string $name) |
44 | 44 | * @method TModel getModel() |
45 | | - * @method bool chunk(int $count, callable(\Hypervel\Support\Collection<int, TModel>, int): (bool|void) $callback) |
46 | | - * @method bool chunkById(int $count, callable(\Hypervel\Support\Collection<int, TModel>, int): (bool|void) $callback, null|string $column = null, null|string $alias = null) |
47 | | - * @method bool chunkByIdDesc(int $count, callable(\Hypervel\Support\Collection<int, TModel>, int): (bool|void) $callback, null|string $column = null, null|string $alias = null) |
| 45 | + * @method bool chunk(int $count, callable(\Hypervel\Database\Eloquent\Collection<int, TModel>, int): (bool|void) $callback) |
| 46 | + * @method bool chunkById(int $count, callable(\Hypervel\Database\Eloquent\Collection<int, TModel>, int): (bool|void) $callback, null|string $column = null, null|string $alias = null) |
| 47 | + * @method bool chunkByIdDesc(int $count, callable(\Hypervel\Database\Eloquent\Collection<int, TModel>, int): (bool|void) $callback, null|string $column = null, null|string $alias = null) |
48 | 48 | * @method bool each(callable(TModel, int): (bool|void) $callback, int $count = 1000) |
49 | 49 | * @method bool eachById(callable(TModel, int): (bool|void) $callback, int $count = 1000, null|string $column = null, null|string $alias = null) |
50 | 50 | * @method $this whereIn(string $column, mixed $values, string $boolean = 'and', bool $not = false) |
|
0 commit comments