From 41ad6e64d13d99d54bb413f22795fc6d7e1efec6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 22 Sep 2014 07:25:23 +0200 Subject: [PATCH] Some more cleanup. --- app/lib/Firefly/Helper/Toolkit/Toolkit.php | 8 -------- app/lib/Firefly/Helper/Toolkit/ToolkitInterface.php | 6 ++---- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/app/lib/Firefly/Helper/Toolkit/Toolkit.php b/app/lib/Firefly/Helper/Toolkit/Toolkit.php index f8ba8dbb3e..11efec7021 100644 --- a/app/lib/Firefly/Helper/Toolkit/Toolkit.php +++ b/app/lib/Firefly/Helper/Toolkit/Toolkit.php @@ -307,14 +307,6 @@ class Toolkit implements ToolkitInterface return true; } - /** - * This method checks and - */ - public function bootstrapDaterange() - { - - } - /** * Takes any collection and tries to make a sensible select list compatible array of it. * diff --git a/app/lib/Firefly/Helper/Toolkit/ToolkitInterface.php b/app/lib/Firefly/Helper/Toolkit/ToolkitInterface.php index e03700a9ce..3fd58a6b7d 100644 --- a/app/lib/Firefly/Helper/Toolkit/ToolkitInterface.php +++ b/app/lib/Firefly/Helper/Toolkit/ToolkitInterface.php @@ -2,7 +2,6 @@ namespace Firefly\Helper\Toolkit; -use Illuminate\Http\Request; use Illuminate\Support\Collection; /** @@ -28,11 +27,10 @@ interface ToolkitInterface */ public function makeSelectList(Collection $set, $titleField = null); - public function bootstrapDaterange(); - public function next(); + public function prev(); -public function checkImportJobs(); + public function checkImportJobs(); } \ No newline at end of file