config('app.url') . '/img/weather-icons/' . $this->icon . '.png', 'monochrome' => config('app.url') . '/img/weather-icons-monochrome/' . $this->icon . '.png' ]; return $iconSet; } public function getLanguageKeyAttribute() { return 'property_web_weather-'.$this->icon; } }