EXPORT_ALL constant should include bits 1 and 2, so it should be set to 3
This commit is contained in:
parent
a6cc048940
commit
b4b07479e3
@ -339,7 +339,7 @@ final class Doctrine
|
||||
/**
|
||||
* export all
|
||||
*/
|
||||
const EXPORT_ALL = 4;
|
||||
const EXPORT_ALL = 3;
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user