mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
MVC - fix /usr/local/opnsense/mvc/app/models/OPNsense/Base/Validation.php:40 - Creation of dynamic property OPNsense\Base\Validation::$phalcon_validation is deprecated
This commit is contained in:
parent
aec970624a
commit
cdba294227
@ -34,6 +34,8 @@ class Validation
|
||||
{
|
||||
private $validators = [];
|
||||
private $messages = null;
|
||||
private $phalcon_validation = null;
|
||||
|
||||
public function __construct($validators = [])
|
||||
{
|
||||
$this->validators = $validators;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user