1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Merge pull request #43 from marcw/patch-1

Fixed namespace in code-block
This commit is contained in:
Benjamin Eberlei 2011-10-25 13:45:58 -07:00
commit 8dc77a7083

View File

@ -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
{