laracasts / Commander

Easily leverage commands and domain events in your Laravel projects.
https://laracasts.com/series/commands-and-domain-events
MIT License
279 stars 68 forks source link

Maximum function nesting level of '100' #19

Closed ajschmaltz closed 10 years ago

ajschmaltz commented 10 years ago

All of a sudden, all of my commands are throwing this error. I tried increasing the limit, but it appears there is a loop somewhere.

protected function getAlias($abstract)

Is the line that's throwing it, and it only happens when I execute a command (any command). Any ideas?

ajschmaltz commented 10 years ago
composer update

UP ALL NIGHT DEBUGGING! Should have ran an update.