Пример #1
0
 public function getSent()
 {
     return $this->model->whereNotNull('sent_at')->get();
 }