mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Some cleanup.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
namespace Firefly\Helper\Form;
|
||||
|
||||
use Illuminate\Events\Dispatcher;
|
||||
|
||||
/**
|
||||
* Class FormTrigger
|
||||
*
|
||||
@@ -16,7 +15,7 @@ class FormTrigger
|
||||
{
|
||||
\Form::macro(
|
||||
'budget', function () {
|
||||
$helper = new \Firefly\Helper\Form\FormHelper;
|
||||
$helper = new FormHelper;
|
||||
|
||||
return $helper->budget();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user