Skip to content

Commit 08f85f2

Browse files
authored
Merge pull request #6934 from rochdiNassah/patch-2
Typo
2 parents 02e8309 + 452b568 commit 08f85f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ You may type-hint dependencies for your service provider's `boot` method. The [s
135135
/**
136136
* Bootstrap any application services.
137137
*
138-
* @param \Illuminate\Contracts\Routing\ResponseFactory
138+
* @param \Illuminate\Contracts\Routing\ResponseFactory $response
139139
* @return void
140140
*/
141141
public function boot(ResponseFactory $response)

0 commit comments

Comments
 (0)