Make factory Sequences Countable #39655
Unanswered
acurrieclark
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I came across a scenario today in which it would have been very useful to call
count($sequence)
on an instance ofIlluminate\Database\Eloquent\Factories\Sequence
.Seeing as the class already has a
count
property, it seems that this would be an open goal. Very happy to put together a pull request if anyone sees value?Beta Was this translation helpful? Give feedback.
All reactions