コード例 #1
0
ファイル: InviteRepository.php プロジェクト: TorchSK/woofyard
 public function getSent()
 {
     return $this->model->whereNotNull('sent_at')->get();
 }