Skip to content

Commit

Permalink
quert builder interface updae
Browse files Browse the repository at this point in the history
  • Loading branch information
Cinderella-Man committed Feb 17, 2014
1 parent 505c614 commit e687afb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions phalcon/mvc/model/query/builder.zep
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ namespace Phalcon\Mvc\Model\Query;
*$queryBuilder = new \Phalcon\Mvc\Model\Query\Builder($params);
*</code>
*/
class Builder
//implements Phalcon_Mvc_Model_Query_BuilderInterface, \Phalcon_DI_InjectionAwareInterface
class Builder implements \Phalcon\Mvc\Model\Query\BuilderInterface, \Phalcon\Di\InjectionAwareInterface
{

protected _dependencyInjector;
Expand Down

0 comments on commit e687afb

Please sign in to comment.