mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various updates to facilitate validating things.
This commit is contained in:
@@ -93,6 +93,10 @@ App::down(
|
||||
\Form::macro('ffCheckbox',function ($name, $value = 1, $checked = null, $options = []) {
|
||||
return \Firefly\Form\Form::ffCheckbox($name, $value, $checked, $options);
|
||||
});
|
||||
\Form::macro('ffOptionsList',function ($type, $name) {
|
||||
return \Firefly\Form\Form::ffOptionsList($type, $name);
|
||||
});
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user