Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Jan 22, 2025
1 parent d0ea67c commit 471d0f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/Resource.stub
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ class {{ class }} extends Resource
*/
public function filters(Request $request): array
{
return [
return array_merge(parent::filters($request), [
//
];
]);
}

/**
Expand Down

0 comments on commit 471d0f7

Please sign in to comment.