diff --git a/eloquent-collections.md b/eloquent-collections.md index 08f8c6c5f5..c55f424fab 100644 --- a/eloquent-collections.md +++ b/eloquent-collections.md @@ -125,4 +125,4 @@ If you need to use a custom `Collection` object with your own extension methods, } } - Once you have defined a `newCollection` method, you will receive an instance of your custom collection anytime Eloquent returns a `Collection` instance of that model. If you would like to use a custom collection for every model in your application, you should override the `newCollection` method on a model base class that is extended by all of your models. +Once you have defined a `newCollection` method, you will receive an instance of your custom collection anytime Eloquent returns a `Collection` instance of that model. If you would like to use a custom collection for every model in your application, you should override the `newCollection` method on a model base class that is extended by all of your models.