All kinds of new stuff. Started with perfecting the account controller. [skip ci]

This commit is contained in:
James Cole
2014-07-26 18:53:41 +02:00
parent d088b2c558
commit b782bb8d93
75 changed files with 1075 additions and 8362 deletions

View File

@@ -2,6 +2,7 @@
namespace Firefly\Helper\Toolkit;
use Illuminate\Http\Request;
/**
* Interface ToolkitInterface
*
@@ -12,7 +13,7 @@ interface ToolkitInterface
/**
* @return mixed
*/
public function getDateRange();
public function getDateRange(Request $request);
/**
* @return mixed