You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is the Factory::fire() method trying to build its own table name using $this->parseTableName() instead of using the one defined in the Model itself? Seems like this:
Why is the Factory::fire() method trying to build its own table name using
$this->parseTableName()
instead of using the one defined in the Model itself? Seems like this:Could easily become this:
This was causing a problem as my Eloquent class names and table names do not line up that often.
The text was updated successfully, but these errors were encountered: