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