mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 02:57:45 +00:00
Some work for the piggy bank show routine [skip ci]
This commit is contained in:
@@ -103,8 +103,9 @@ class PiggybankController extends BaseController
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function show()
|
||||
public function show(Piggybank $piggyBank)
|
||||
{
|
||||
return View::make('piggybanks.show')->with('piggyBank',$piggyBank);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user