diff --git a/common/models/Event.php b/common/models/Event.php index 3357b35..b05a0c4 100755 --- a/common/models/Event.php +++ b/common/models/Event.php @@ -101,6 +101,6 @@ class Event extends \yii\db\ActiveRecord } public function getImageUrl() { - return empty($this->image) ? null : '/storage/slider/'. $this->image; + return empty($this->image) ? null : '/storage/event/'. $this->image; } } -- libgit2 0.21.4