We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7192040 commit 44e2874Copy full SHA for 44e2874
src/TurboServiceProvider.php
@@ -46,7 +46,7 @@ public function boot()
46
$this->bindRequestAndResponseMacros();
47
$this->bindTestResponseMacros();
48
49
- if (config('turbo-laravel::automatically_register_middleware', true)) {
+ if (config('turbo-laravel.automatically_register_middleware', true)) {
50
Route::prependMiddlewareToGroup('web', TurboMiddleware::class);
51
}
52
0 commit comments