We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get the following error when doing composer update on the develop branch as I am using Laravel 4.1
{"error":{"type":"ErrorException","message":"Declaration of Jenssegers\\Mongodb\\Model::belongsToMany() should be compatible with Illuminate\\Database\\Eloquent\\Model::belongsToMany($related, $table = NULL, $foreignKey = NULL, $otherKey = NULL, $relation = NUL L)","file":"C:\\apache\\htdocs\\mongo_application\\vendor\\jenssegers\\mongodb\\src\\Jenssegers\\Mongodb\\Model.php","line":315}}
The text was updated successfully, but these errors were encountered:
Updating BelongsToMany method to match 4.1, fixes #73
c777e31
Updating BelongsToMany method to match 4.1, fixes mongodb#73
44e5688
No branches or pull requests
I get the following error when doing composer update on the develop branch as I am using Laravel 4.1
The text was updated successfully, but these errors were encountered: