Skip to content

2.12

Compare
Choose a tag to compare
@cmgmyr cmgmyr released this 11 Aug 15:20
· 234 commits to master since this release

Models/Thread.php

Changed

  • refactored the use of lists() to pluck()
  • 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

Examples

Changed

  • MessagesController.php
  • unread-count.blade.php