Laravel Miscellaneous Helper Function: tap
…/ 44 public function talk ( ) 45 { 46 return ucfirst ( implode ( ' ' , $ this -> messageParts ) ) ; 47 } 48 49 } The Talker class is also very simple. It maintains an array of Message instances and allows you to add them to either the beginning...