コード例 #1
0
ファイル: SendRepository.php プロジェクト: CryptArc/xchain
 public function findAll(RequestFilter $filter = null)
 {
     return Send::all();
 }