Update code, work to pass filters. [skip ci]

This commit is contained in:
James Cole
2014-07-21 16:41:00 +02:00
parent 92cf059102
commit 61438bf5f1
6 changed files with 41 additions and 17 deletions

View File

@@ -5,6 +5,6 @@ namespace Firefly\Helper\Toolkit;
interface ToolkitInterface
{
public static function getDateRange();
public function getDateRange();
}