Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDawson authored Dec 20, 2017
1 parent eb7dcb9 commit b76e3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class MyController extends Controller
;

// Return the processed image response
return $glideServer->getImageResponse($request->get('image_name'), $request);
return $glideServer->getImageResponse($request->get('image_name'), $request->query->all());
}
}
```
Expand Down

0 comments on commit b76e3f9

Please sign in to comment.