Skip to content

Commit

Permalink
Update container.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deleugpn authored Oct 4, 2018
1 parent a2ce74a commit 6a45334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,4 @@ Laravel's service container implements the [PSR-11](https://github.com/php-fig/f
//
});

If the identifier cannot be resolve an exception is thrown. The exception will be `Psr\Container\NotFoundExceptionInterface` if the identifier was never bound or a `Psr\Container\ContainerExceptionInterface` otherwise.
If the identifier cannot be resolved an exception is thrown. The exception will be `Psr\Container\NotFoundExceptionInterface` if the identifier was never bound or a `Psr\Container\ContainerExceptionInterface` otherwise.

0 comments on commit 6a45334

Please sign in to comment.