mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 19:53:44 +00:00
10 lines
111 B
PHP
10 lines
111 B
PHP
<?php
|
|
|
|
namespace Firefly\Helper\Toolkit;
|
|
|
|
|
|
interface ToolkitInterface
|
|
{
|
|
public function getDateRange();
|
|
|
|
}
|