Laravel Ray installed, active tags

This commit is contained in:
Benjamin Takats
2022-12-05 16:25:33 +01:00
parent bfe15e80a0
commit 5735158927
5 changed files with 20 additions and 11 deletions

View File

@@ -45,7 +45,6 @@ class CourseTable extends DataTableComponent
->toArray()
)
->filter(function (Builder $builder, array $values) {
ray($values);
$builder->withAnyTags($values, 'search');
}),
];