solved some functions error, empty function

This commit is contained in:
Zain Fauzan Rofie Azizi
2018-06-06 15:36:55 +08:00
parent 8c8c66572c
commit 9619cab407
3 changed files with 4 additions and 36 deletions
-31
View File
@@ -8,16 +8,6 @@ use App\Soitem;
class SoController extends Controller
{
/**
* Display a listing of the resource.
*
* @return \Illuminate\Http\Response
*/
// get the list of the shipping order
public function index()
{
return view('welcome');
}
/**
* Display a listing of the resource.
@@ -104,27 +94,6 @@ class SoController extends Controller
//
}
/**
* Display the specified resource.
*
* @param int $id
* @return \Illuminate\Http\Response
*/
public function show($id)
{
//
}
/**
* Show the form for editing the specified resource.
*
* @param int $id
* @return \Illuminate\Http\Response
*/
public function edit($id)
{
//
}
/**
* Update the specified resource in storage.