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
renamed addParticipants() to addParticipant(). This now can take a single id, an array, or multiple ids as arguments
Added
removeParticipant() which also can take a single id, an array, or multiple ids as arguments
Traits/Messagable.php
Changed
refactored the use of lists() to pluck()
Migrations
removed 2014_11_10_083449_add_nullable_to_last_read_in_participants_table.php and 2014_11_20_131739_alter_last_read_in_participants_table.php in favor of adjusting 2014_10_28_180224_create_participants_table.php, fixes #57