Skip to content

Commit 42f7ce0

Browse files
committed
Service container
1 parent 7e49d2b commit 42f7ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ All Laravel packages are distributed via [Packagist](http://packagist.org) and [
2222
<a name="views"></a>
2323
## Views
2424

25-
Your package's internal structure is entirely up to you; however, typically each package will contain one or more [service providers](/docs/5.0/providers). The service provider contains any [IoC](/docs/5.0/container) bindings, as well as instructions as to where package configuration, views, and translation files are located.
25+
Your package's internal structure is entirely up to you; however, typically each package will contain one or more [service providers](/docs/5.0/providers). The service provider contains any [service container](/docs/5.0/container) bindings, as well as instructions as to where package configuration, views, and translation files are located.
2626

2727
### Views
2828

0 commit comments

Comments
 (0)