<?php
namespace Firefly\Helper\Toolkit;
interface ToolkitInterface
{
public static function getDateRange();
}