mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
error in constructor
This commit is contained in:
parent
7d27e7dd6f
commit
98d98ef814
@ -57,9 +57,9 @@ class IntegerField extends BaseField
|
||||
/**
|
||||
* constructor, set absolute min and max values
|
||||
*/
|
||||
public function __construct()
|
||||
public function __construct($ref = null, $tagname = null)
|
||||
{
|
||||
parent:: __construct();
|
||||
parent:: __construct($ref, $tagname);
|
||||
$this->minimum_value = PHP_INT_MAX*-1;
|
||||
$this->maximum_value = PHP_INT_MAX ;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user