Fix typo in exception message
This commit is contained in:
parent
6f622ab1f7
commit
daa90bf32d
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ class MappingException extends \Doctrine\ORM\ORMException
|
|||
*/
|
||||
public static function noInheritanceOnMappedSuperClass($className)
|
||||
{
|
||||
return new self("Its not supported to define inheritance information on a mapped superclass '" . $className . "'.");
|
||||
return new self("It is not supported to define inheritance information on a mapped superclass '" . $className . "'.");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue