Skip to content

Commit

Permalink
removes alias property from Abstract service as is defined by the Que…
Browse files Browse the repository at this point in the history
…ryBuilderTrait
  • Loading branch information
phpboyscout committed Sep 25, 2015
1 parent 4b0baa1 commit 5afc8bb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/ZucchiDoctrine/Service/AbstractService.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ class AbstractService implements EventManagerAwareInterface
*/
protected $entityName;

/**
* The default alias key for queries, 'e' for entity.
*
* @var string
*/
protected $alias = 'e';

/**
* The identifying field for the entity.
*
Expand Down Expand Up @@ -465,4 +458,4 @@ protected function addLimit($qb, $limit, $offset)
}
return $this;
}
}
}

0 comments on commit 5afc8bb

Please sign in to comment.