* @return \Illuminate\Database\Eloquent\Relations\HasOne */ public function shop(): HasOne { return $this->hasOne(Shop::class); } }