1
0
mirror of synced 2024-12-13 14:56:01 +03:00

Fixed typo on ConcatFunction

This commit is contained in:
yohang 2012-10-08 12:44:36 +02:00
parent 235ad8e553
commit adc3d21385

View File

@ -35,7 +35,7 @@ use Doctrine\ORM\Query\Lexer;
class ConcatFunction extends FunctionNode
{
public $firstStringPrimary;
public $secondStringPriamry;
public $secondStringPrimary;
/**
* @override