Merge pull request #43 from marcw/patch-1
Fixed namespace in code-block
This commit is contained in:
commit
8dc77a7083
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ classes have to implement the base class :
|
|||
<?php
|
||||
namespace MyProject\Query\AST;
|
||||
|
||||
use \Doctrine\ORM\Query\AST\Functions\FunctionsNode;
|
||||
use \Doctrine\ORM\Query\AST\Functions\FunctionNode;
|
||||
|
||||
class MysqlFloor extends FunctionNode
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue