• Maxim Lanin's avatar
    Fix collections attachments. (#889) · 467949f7
    Maxim Lanin authored
    * Fix collections attachments.
    
    If you will try to attach model simultaneously to a collection of related models, you'll crash your app, because this method will try to operate with models themselves but not with their ids.
    
    This change considers every case and fixes collections relations.
    
    * Fix typo
    467949f7
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...