generated from Logisim-Evolution/Laravel-Docker
Etape 7
This commit is contained in:
@@ -36,9 +36,10 @@ class MangasController extends Controller
|
||||
/**
|
||||
* Display the specified resource.
|
||||
*/
|
||||
public function show(Mangas $mangas)
|
||||
public function show(Mangas $manga)
|
||||
{
|
||||
//
|
||||
$genre = $manga->genre;
|
||||
return view("vManga", compact("manga", "genre"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user