Fixed typo on ConcatFunction
This commit is contained in:
parent
235ad8e553
commit
adc3d21385
@ -35,7 +35,7 @@ use Doctrine\ORM\Query\Lexer;
|
||||
class ConcatFunction extends FunctionNode
|
||||
{
|
||||
public $firstStringPrimary;
|
||||
public $secondStringPriamry;
|
||||
public $secondStringPrimary;
|
||||
|
||||
/**
|
||||
* @override
|
||||
|
Loading…
Reference in New Issue
Block a user