belongsTo('Stadium', 'gym_id', 'id', [], 'LEFT')->setEagerlyType(0); } public function club() { return $this->belongsTo('Club', 'club_id', 'id', [], 'LEFT')->setEagerlyType(0); } public function user() { return $this->belongsTo('app\admin\model\User', 'referee', 'id', [], 'LEFT')->setEagerlyType(0); } }