mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Some more cleanup.
This commit is contained in:
parent
efcad0b935
commit
41ad6e64d1
@ -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.
|
||||
*
|
||||
|
@ -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();
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user