// +---------------------------------------------------------------------- namespace app\common\service; /** * Class Service * @package app\common\service */ abstract class Service { }