mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-24 15:26:33 -06:00
21 lines
391 B
PHP
21 lines
391 B
PHP
|
<?php
|
||
|
/**
|
||
|
* AccountReportHelper.php
|
||
|
* Copyright (C) 2016 Sander Dorigo
|
||
|
*
|
||
|
* This software may be modified and distributed under the terms
|
||
|
* of the MIT license. See the LICENSE file for details.
|
||
|
*/
|
||
|
|
||
|
namespace FireflyIII\Helpers\Report;
|
||
|
|
||
|
|
||
|
/**
|
||
|
* Class AccountReportHelper
|
||
|
*
|
||
|
* @package FireflyIII\Helpers\Report
|
||
|
*/
|
||
|
class AccountReportHelper implements AccountReportHelperInterface
|
||
|
{
|
||
|
|
||
|
}
|