<?php /** * Author: lf * Blog: https://blog.feehi.com * Email: job@feehi.com * Created at: 2020-01-23 13:49 */ namespace common\services; interface LogServiceInterface extends ServiceInterface { const ServiceName = "logService"; }