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.
2 parents 59f1ae0 + e14a355 commit 3b49273Copy full SHA for 3b49273
src/Filters/FiltersScope.php
@@ -14,7 +14,7 @@ class FiltersScope implements Filter
14
{
15
public function __invoke(Builder $query, $values, string $property): Builder
16
17
- $propertyParts = Str::of($property)->explode('.');
+ $propertyParts = collect(explode('.', $property));
18
19
$scope = Str::camel($propertyParts->pop());
20
0 commit comments