mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-05 21:53:08 -06:00
Implemented method stub.
This commit is contained in:
parent
2f8b10e82c
commit
03aac2f744
@ -222,4 +222,15 @@ class Piggybank implements CUD, CommonDatabaseCalls, PiggybankInterface
|
||||
{
|
||||
// TODO: Implement findByWhat() method.
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Ardent $model
|
||||
* @param array $data
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function update(Ardent $model, array $data)
|
||||
{
|
||||
// TODO: Implement update() method.
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user