added temp show method
This commit is contained in:
@ -72,6 +72,16 @@ class Transfers extends Controller
|
||||
return view('banking.transfers.index', compact('transfers', 'items', 'accounts'));
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the form for viewing the specified resource.
|
||||
*
|
||||
* @return Response
|
||||
*/
|
||||
public function show()
|
||||
{
|
||||
return redirect('banking/transfers');
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the form for creating a new resource.
|
||||
*
|
||||
|
Reference in New Issue
Block a user