• Ben Argo's avatar
    Fix array to string conversion · 2263bc4f
    Ben Argo authored
    With ‘BelongsToMany’ relationships calling the function `Jenssegers\Mongodb\Eloquent\Model::has` can throw an ErrorException with ‘Array to string conversion’.
    
    By flattening the collection here we can avoid triggering the exception.
    2263bc4f
Name
Last commit
Last update
..
Auth Loading commit data...
Eloquent Loading commit data...
Query Loading commit data...
Queue Loading commit data...
Relations Loading commit data...
Schema Loading commit data...
Collection.php Loading commit data...
Connection.php Loading commit data...
MongodbQueueServiceProvider.php Loading commit data...
MongodbServiceProvider.php Loading commit data...