Skip to content

Commit 44e2874

Browse files
committed
Fix config fetching
1 parent 7192040 commit 44e2874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TurboServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function boot()
4646
$this->bindRequestAndResponseMacros();
4747
$this->bindTestResponseMacros();
4848

49-
if (config('turbo-laravel::automatically_register_middleware', true)) {
49+
if (config('turbo-laravel.automatically_register_middleware', true)) {
5050
Route::prependMiddlewareToGroup('web', TurboMiddleware::class);
5151
}
5252
}

0 commit comments

Comments
 (0)