• 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
Builder.php 6.36 KB