Skip to content

Commit

Permalink
[8.x] add doesntContain to higher order proxies (#41034)
Browse files Browse the repository at this point in the history
* add doesntContain to higher order proxies

* Update EnumeratesValues.php

* Update EnumeratesValues.php

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
edemots and taylorotwell authored Feb 15, 2022
1 parent ea6237a commit d4abbb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Collections/Traits/EnumeratesValues.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* @property-read HigherOrderCollectionProxy $average
* @property-read HigherOrderCollectionProxy $avg
* @property-read HigherOrderCollectionProxy $contains
* @property-read HigherOrderCollectionProxy $doesntContain
* @property-read HigherOrderCollectionProxy $each
* @property-read HigherOrderCollectionProxy $every
* @property-read HigherOrderCollectionProxy $filter
Expand Down Expand Up @@ -62,6 +63,7 @@ trait EnumeratesValues
'average',
'avg',
'contains',
'doesntContain',
'each',
'every',
'filter',
Expand Down

0 comments on commit d4abbb5

Please sign in to comment.