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