<?php /** * Created by PhpStorm. * User: zilongs * Date: 20-10-4 * Time: 下午7:11 */ namespace App\Models; class ServicePack extends BaseModel { public function team() { return $this->belongsTo(Team::class); } }