Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 390b678

Browse files
authored
Name main route "graphql-playground"
https://laravel.com/docs/5.7/routing#named-routes
2 parents 46ff4e8 + e300097 commit 390b678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphQLPlaygroundServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function boot()
3535
GraphQLPlaygroundController::class . '@get'
3636
)->middleware(
3737
config('graphql-playground.middleware')
38-
);
38+
)->name('graphql-playground');
3939
}
4040

4141
/**

0 commit comments

Comments
 (0)