fixed VALIDATE_ALL constant value
This commit is contained in:
parent
e428845d0e
commit
5f0b6cd1cd
@ -363,7 +363,7 @@ final class Doctrine
|
|||||||
|
|
||||||
const VALIDATE_CONSTRAINTS = 4;
|
const VALIDATE_CONSTRAINTS = 4;
|
||||||
|
|
||||||
const VALIDATE_ALL = 5;
|
const VALIDATE_ALL = 7;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* constant for auto_increment identifier
|
* constant for auto_increment identifier
|
||||||
@ -645,4 +645,4 @@ final class Doctrine
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user