Commit 62c1dc80 authored by Nicolas Widart's avatar Nicolas Widart

Removing show method

parent 4774bbc4
...@@ -55,17 +55,6 @@ class MediaController extends AdminBaseController ...@@ -55,17 +55,6 @@ class MediaController extends AdminBaseController
// //
} }
/**
* Display the specified resource.
*
* @param int $id
* @return Response
*/
public function show($id)
{
return \View::make('media.show');
}
/** /**
* Show the form for editing the specified resource. * Show the form for editing the specified resource.
* *
...@@ -74,7 +63,7 @@ class MediaController extends AdminBaseController ...@@ -74,7 +63,7 @@ class MediaController extends AdminBaseController
*/ */
public function edit($id) public function edit($id)
{ {
return \View::make('media.edit'); return View::make('media.edit');
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment