Skip to content

Commit

Permalink
Merge pull request #375 from pxlrbt/patch-2
Browse files Browse the repository at this point in the history
[Docs]: Remove signature params for Laravel integration
  • Loading branch information
ADmad authored Dec 1, 2023
2 parents fb99929 + 10910ee commit c5f76fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.0/config/integrations/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ImageController extends Controller
'base_url' => 'img',
]);

return $server->getImageResponse($path, request()->all());
return $server->getImageResponse($path, request()->except(['expires', 'signature']));
}
}
~~~

0 comments on commit c5f76fe

Please sign in to comment.