File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- namespace Classid \LaravelServiceQueryBuilderExtend \ Contracts \ Abstracts ;
3+ namespace Classid \LaravelServiceQueryBuilderExtend ;
44
5+ use Classid \LaravelServiceQueryBuilderExtend \Contracts \Abstracts \BaseQueryBuilder ;
56use Classid \LaravelServiceQueryBuilderExtend \Traits \QueryFilter ;
67use Classid \LaravelServiceQueryBuilderExtend \Traits \QueryOrder ;
78use Closure ;
Original file line number Diff line number Diff line change 9494 * @method static BaseQueryBuilder without(array|string $relations)
9595 * @method BaseQueryBuilder without(array|string $relations)
9696 * @method static BaseQueryBuilder with(array|string $relations)
97- * @method BaseQueryBuilder with(array|string $relations, Closure|string|null $callback)
97+ * @method BaseQueryBuilder with(array|string $relations, Closure|string|null $callback = null )
9898 * @method static int delete()
9999 * @method int delete()
100100 * @method static int update(array $requestedData)
Original file line number Diff line number Diff line change 22
33namespace Classid \LaravelServiceQueryBuilderExtend \Traits ;
44
5+ use Classid \LaravelServiceQueryBuilderExtend \BaseQueryBuilderExtend ;
56use Classid \LaravelServiceQueryBuilderExtend \Contracts \Abstracts \BaseQueryBuilder ;
6- use Classid \LaravelServiceQueryBuilderExtend \Contracts \Abstracts \BaseQueryBuilderExtend ;
77use Exception ;
88use RuntimeException ;
99
You can’t perform that action at this time.
0 commit comments