mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 14:48:11 +00:00
Some work on the chart controller. [skip ci]
This commit is contained in:
17
app/lib/Firefly/Helper/Controllers/ChartInterface.php
Normal file
17
app/lib/Firefly/Helper/Controllers/ChartInterface.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: User
|
||||
* Date: 29-7-14
|
||||
* Time: 10:42
|
||||
*/
|
||||
|
||||
namespace Firefly\Helper\Controllers;
|
||||
|
||||
|
||||
interface ChartInterface
|
||||
{
|
||||
|
||||
public function account(\Account $account);
|
||||
public function accounts();
|
||||
}
|
||||
Reference in New Issue
Block a user