<?php namespace app\entity\aggregate; use app\entity\CommonEntity; class AggregateEntity extends CommonEntity { }