mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Work on piggy banks [skip ci]
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Firefly\Storage\Piggybank;
|
||||
|
||||
|
||||
/**
|
||||
* Interface LimitRepositoryInterface
|
||||
*
|
||||
* @package Firefly\Storage\Limit
|
||||
*/
|
||||
interface PiggybankRepositoryInterface
|
||||
{
|
||||
|
||||
public function find($piggyBankId);
|
||||
public function count();
|
||||
public function store($data);
|
||||
public function get();
|
||||
}
|
Reference in New Issue
Block a user