Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanZahirnia authored May 21, 2023
1 parent d6028e3 commit 8854d52
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 @@ -124,7 +124,7 @@ If you want to automatically optimize images that get uploaded to your applicati

```php
// app/Http/Kernel.php
protected $routeMiddleware = [
protected $middlewareAliases = [
...
'optimizeImages' => \Spatie\LaravelImageOptimizer\Middlewares\OptimizeImages::class,
];
Expand Down

0 comments on commit 8854d52

Please sign in to comment.