diff --git a/src/ZucchiDoctrine/Service/AbstractService.php b/src/ZucchiDoctrine/Service/AbstractService.php index 6c00f49..67bf351 100755 --- a/src/ZucchiDoctrine/Service/AbstractService.php +++ b/src/ZucchiDoctrine/Service/AbstractService.php @@ -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. * @@ -465,4 +458,4 @@ protected function addLimit($qb, $limit, $offset) } return $this; } -} \ No newline at end of file +}