added temp show method

This commit is contained in:
denisdulici
2018-04-16 13:59:53 +03:00
parent 1baee603a7
commit 5dc4ca6d0d
9 changed files with 91 additions and 0 deletions

View File

@ -42,6 +42,16 @@ class Revenues extends Controller
return view('incomes.revenues.index', compact('revenues', 'customers', 'categories', 'accounts', 'transfer_cat_id'));
}
/**
* Show the form for viewing the specified resource.
*
* @return Response
*/
public function show()
{
return redirect('incomes/revenues');
}
/**
* Show the form for creating a new resource.
*