1
0
mirror of synced 2025-02-20 22:23:14 +03:00

fixed VALIDATE_ALL constant value

This commit is contained in:
zYne 2007-10-17 19:38:53 +00:00
parent e428845d0e
commit 5f0b6cd1cd

View File

@ -363,7 +363,7 @@ final class Doctrine
const VALIDATE_CONSTRAINTS = 4;
const VALIDATE_ALL = 5;
const VALIDATE_ALL = 7;
/**
* constant for auto_increment identifier
@ -645,4 +645,4 @@ final class Doctrine
return true;
}
}
}