HttpToHttps::class, ]; public function viewer(): HasMany { return $this->hasMany(StatShowroom::class,'showroom_id','id'); } }