Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Feb 19, 2021
1 parent 69b6eba commit 0e5e6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function boot()

// add our middleware
Statamic::booted(function () {
app('router')->prependMiddlewareToGroup('statamic.web', Http\Middleware\Redirects::class);
app('router')->prependMiddlewareToGroup('statamic.web', \Thoughtco\Redirects\Http\Middleware\Redirects::class);
});

// after install we need to copy our global
Expand Down

0 comments on commit 0e5e6d3

Please sign in to comment.