コード例 #1
0
ファイル: BlockRepository.php プロジェクト: CryptArc/xchain
 public function findAll()
 {
     return Block::all();
 }