Some work for the piggy bank show routine [skip ci]

This commit is contained in:
James Cole
2014-08-11 07:28:47 +02:00
parent 41562f8f6d
commit dbcf6613c6
4 changed files with 28 additions and 10 deletions

View File

@@ -103,8 +103,9 @@ class PiggybankController extends BaseController
/**
*
*/
public function show()
public function show(Piggybank $piggyBank)
{
return View::make('piggybanks.show')->with('piggyBank',$piggyBank);
}
/**