예제 #1
0
 public function messages($pagination = 100)
 {
     return Message::select('*')->where('to', $this->id)->paginate($pagination);
 }