We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52499ce commit 15d6cb4Copy full SHA for 15d6cb4
src/BlanketServiceProvider.php
@@ -49,7 +49,7 @@ private function routeAttributes(): array
49
{
50
return [
51
'prefix' => $this->app['config']->get('blanket.path'),
52
- 'middleware' => $this->app['config']->get('middlewares'),
+ 'middleware' => $this->app['config']->get('blanket.middlewares'),
53
];
54
}
55
0 commit comments