mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 20:22:07 +00:00
Built chart controller tests.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Firefly\Helper\Toolkit;
|
||||
|
||||
|
||||
class Toolkit
|
||||
class Toolkit implements ToolkitInterface
|
||||
{
|
||||
|
||||
/**
|
||||
|
@@ -3,6 +3,7 @@
|
||||
namespace Firefly\Helper\Toolkit;
|
||||
|
||||
|
||||
class ToolkitInterface {
|
||||
interface ToolkitInterface {
|
||||
public static function getDateRange();
|
||||
|
||||
}
|
Reference in New Issue
Block a user