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 1d95b5f commit 30f8c22Copy full SHA for 30f8c22
src/Services/DataTable.php
@@ -185,7 +185,7 @@ private function exportColumns()
185
*
186
* @return array
187
*/
188
- private function getColumnsFromBuilder()
+ protected function getColumnsFromBuilder()
189
{
190
return $this->html()->getColumns()->all();
191
}
@@ -334,7 +334,7 @@ public function addScope(DataTableScopeContract $scope)
334
* @param \Illuminate\Database\Query\Builder|\Illuminate\Database\Eloquent\Builder $query
335
* @return mixed
336
337
- public function applyScopes($query)
+ protected function applyScopes($query)
338
339
foreach ($this->scopes as $scope) {
340
$scope->apply($query);
0 commit comments