Fixed spelling error.
This commit is contained in:
parent
7b321a215d
commit
b438827d90
1 changed files with 2 additions and 2 deletions
|
@ -427,12 +427,12 @@ final class Doctrine
|
||||||
const IDENTIFIER_COMPOSITE = 4;
|
const IDENTIFIER_COMPOSITE = 4;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MODEL_LOADING_AGRESSIVE
|
* MODEL_LOADING_AGGRESSIVE
|
||||||
*
|
*
|
||||||
* Constant for agressive model loading
|
* Constant for agressive model loading
|
||||||
* Will require_once() all found model files
|
* Will require_once() all found model files
|
||||||
*/
|
*/
|
||||||
const MODEL_LOADING_AGRESSIVE = 1;
|
const MODEL_LOADING_AGGRESSIVE = 1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MODEL_LOADING_CONSERVATIVE
|
* MODEL_LOADING_CONSERVATIVE
|
||||||
|
|
Loading…
Add table
Reference in a new issue