mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
All kinds of new code, especially for the piggy banks.
This commit is contained in:
@@ -46,4 +46,12 @@ interface CUD
|
||||
*/
|
||||
public function store(array $data);
|
||||
|
||||
/**
|
||||
* @param Ardent $model
|
||||
* @param array $data
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function update(Ardent $model, array $data);
|
||||
|
||||
}
|
Reference in New Issue
Block a user