Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lpheller authored Jun 22, 2021
1 parent 275e90b commit b107838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Run the migration
php artisan migrate
```

Add `AwStudio\Redirects\RedirectRoutesMiddleware` to `/app/Http/Kernel.php`:
Add `AwStudio\Redirects\Middleware\RedirectRoutesMiddleware` to `/app/Http/Kernel.php`:

```php
class Kernel extends HttpKernel
{
protected $middleware = [
...
\AwStudio\Redirects\RedirectRoutesMiddleware::class,
\AwStudio\Redirects\Middleware\RedirectRoutesMiddleware::class,
],
}
```
Expand Down

0 comments on commit b107838

Please sign in to comment.