mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-21 03:39:00 +00:00
Some more cleanup.
This commit is contained in:
@@ -307,14 +307,6 @@ class Toolkit implements ToolkitInterface
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* This method checks and
|
|
||||||
*/
|
|
||||||
public function bootstrapDaterange()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Takes any collection and tries to make a sensible select list compatible array of it.
|
* Takes any collection and tries to make a sensible select list compatible array of it.
|
||||||
*
|
*
|
||||||
|
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
namespace Firefly\Helper\Toolkit;
|
namespace Firefly\Helper\Toolkit;
|
||||||
|
|
||||||
use Illuminate\Http\Request;
|
|
||||||
use Illuminate\Support\Collection;
|
use Illuminate\Support\Collection;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -28,11 +27,10 @@ interface ToolkitInterface
|
|||||||
*/
|
*/
|
||||||
public function makeSelectList(Collection $set, $titleField = null);
|
public function makeSelectList(Collection $set, $titleField = null);
|
||||||
|
|
||||||
public function bootstrapDaterange();
|
|
||||||
|
|
||||||
public function next();
|
public function next();
|
||||||
|
|
||||||
public function prev();
|
public function prev();
|
||||||
|
|
||||||
public function checkImportJobs();
|
public function checkImportJobs();
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user