Skip to content

Commit 9bb0c70

Browse files
committed
Added
1 parent 9b7d764 commit 9bb0c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Api/PredefinedFilterController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function update(Request $request, int $id): JsonResponse
124124

125125
$validated = $validator->validated();
126126

127-
$updatedPermission = updatePermissions($validated, $filter, $user);
127+
$updatedPermission = $this->updatePermissions($validated, $filter, $user);
128128
if($updatedPermission !== null) {
129129
return $updatedPermission;
130130
}

0 commit comments

Comments
 (0)