mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Lots of new code for recurring transactions. #1469
This commit is contained in:
@@ -47,6 +47,16 @@ class Request extends FormRequest
|
||||
return 1 === (int)$this->input($field);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $field
|
||||
*
|
||||
* @return float
|
||||
*/
|
||||
public function float(string $field): float
|
||||
{
|
||||
return (float)$this->get($field);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $field
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user