fixBankInSlip

This commit is contained in:
lonetrinity
2018-09-12 15:36:49 +08:00
commit ced8c02203
363 changed files with 41654 additions and 0 deletions
@@ -0,0 +1,21 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class WelcomeController extends Controller
{
/**
* Display the specified resource.
*
* @param \App\ChinaBankSlip $chinaBankSlip
* @return \Illuminate\Http\Response
*/
public function index()
{
return view('index');
}
}