File tree 1 file changed +3
-0
lines changed 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ public function getConfig()
102
102
*
103
103
* @param QueryBuilder $builder
104
104
* @return \Yajra\DataTables\QueryDataTable
105
+ *
105
106
* @throws \Yajra\DataTables\Exceptions\Exception
106
107
*/
107
108
public function query (QueryBuilder $ builder ): QueryDataTable
@@ -119,6 +120,7 @@ public function query(QueryBuilder $builder): QueryDataTable
119
120
*
120
121
* @param \Illuminate\Contracts\Database\Eloquent\Builder $builder
121
122
* @return \Yajra\DataTables\EloquentDataTable
123
+ *
122
124
* @throws \Yajra\DataTables\Exceptions\Exception
123
125
*/
124
126
public function eloquent (EloquentBuilder $ builder ): EloquentDataTable
@@ -136,6 +138,7 @@ public function eloquent(EloquentBuilder $builder): EloquentDataTable
136
138
*
137
139
* @param \Illuminate\Support\Collection<array-key, array>|array $collection
138
140
* @return \Yajra\DataTables\CollectionDataTable
141
+ *
139
142
* @throws \Yajra\DataTables\Exceptions\Exception
140
143
*/
141
144
public function collection ($ collection ): CollectionDataTable
You can’t perform that action at this time.
0 commit comments