Fixed namespace in code-block
This commit is contained in:
parent
ffa2a545fa
commit
c90f3cf275
@ -625,7 +625,7 @@ classes have to implement the base class :
|
|||||||
<?php
|
<?php
|
||||||
namespace MyProject\Query\AST;
|
namespace MyProject\Query\AST;
|
||||||
|
|
||||||
use \Doctrine\ORM\Query\AST\Functions\FunctionsNode;
|
use \Doctrine\ORM\Query\AST\Functions\FunctionNode;
|
||||||
|
|
||||||
class MysqlFloor extends FunctionNode
|
class MysqlFloor extends FunctionNode
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user