File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,9 +136,9 @@ Route::get('/', function (Request $request) {
136136Furthermore, the package also includes a response macro that can be used to
137137elegantly convert an image resource into an HTTP response.
138138
139- The following code example shows how to read an image from disk
140- apply modifications and use the image response macro to encode it and send the image back to
141- the user in one call. Only the first parameter is required.
139+ The following code example shows how to read an image from disk, apply
140+ modifications and use the image response macro to encode it and send the image
141+ back to the user in one call. Only the first parameter is required.
142142
143143``` php
144144use Illuminate\Support\Facades\Route;
You can’t perform that action at this time.
0 commit comments