mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Implemented method stub.
This commit is contained in:
@@ -222,4 +222,15 @@ class Piggybank implements CUD, CommonDatabaseCalls, PiggybankInterface
|
|||||||
{
|
{
|
||||||
// TODO: Implement findByWhat() method.
|
// TODO: Implement findByWhat() method.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param Ardent $model
|
||||||
|
* @param array $data
|
||||||
|
*
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function update(Ardent $model, array $data)
|
||||||
|
{
|
||||||
|
// TODO: Implement update() method.
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user