Skip to content

Commit 452b568

Browse files
authored
Typo
1 parent 02e8309 commit 452b568

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)