8000 Merge pull request #6277 from semyonchetvertnyh/patch-1 · laravel/docs@ac8a7ba · GitHub
[go: up one dir, main page]

Skip to content

Commit ac8a7ba

Browse files
authored
Merge pull request #6277 from semyonchetvertnyh/patch-1
Fix typo in providers.md
2 parents 5315742 + 5f0abe3 commit ac8a7ba

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
@@ -91,7 +91,7 @@ If your service provider registers many simple bindings, you may wish to use the
9191
*/
9292
public $singletons = [
9393
DowntimeNotifier::class => PingdomDowntimeNotifier::class,
94-
ServerToolsProvider::class => ServerToolsProvider::class,
94+
ServerProvider::class => ServerToolsProvider::class,
9595
];
9696
}
9797

0 commit comments

Comments
 (0)
0