mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Some code cleanup courtesy of PHPStorm.
This commit is contained in:
@@ -19,7 +19,6 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
* @package FireflyIII\Support\Binder
|
||||
*/
|
||||
class CategoryList implements BinderInterface
|
||||
|
||||
{
|
||||
|
||||
/**
|
||||
|
@@ -9,6 +9,7 @@
|
||||
|
||||
namespace FireflyIII\Support\Binder;
|
||||
|
||||
use Auth;
|
||||
use Carbon\Carbon;
|
||||
use Exception;
|
||||
use Log;
|
||||
|
Reference in New Issue
Block a user