Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Apr 21, 2020
1 parent 36b34d8 commit 896d08e
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 @@ -139,7 +139,7 @@ Using contextual binding, you may resolve this dependency by providing the `give
];
});

For convenience, you may also simply provide an array of class names to be resolved by the container whenever `Firewall` needs `Filter` instances:
For convenience, you may also just provide an array of class names to be resolved by the container whenever `Firewall` needs `Filter` instances:

$this->app->when(Firewall::class)
->needs(Filter::class)
Expand Down

0 comments on commit 896d08e

Please sign in to comment.