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