Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/4.x/service-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class SomeServiceProvider extends AbstractServiceProvider
* A convenience getter for the container is provided, you
* can invoke any of the methods you would when defining
* services directly, but remember, any alias added to the
* container here, when passed to the `provides` nethod
* container here, when passed to the `provides` method
* must return true, or it will be ignored by the container.
*/
public function register(): void
Expand Down
Loading