Some more cleanup.

This commit is contained in:
James Cole 2014-09-22 07:25:23 +02:00
parent efcad0b935
commit 41ad6e64d1
2 changed files with 2 additions and 12 deletions

View File

@ -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.
*

View File

@ -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();
}