Modifications on Delete. Ajout orientation
This commit is contained in:
@@ -124,7 +124,7 @@ class Image extends Model
|
||||
|
||||
public function setContentAttribute($content)
|
||||
{
|
||||
$this->_content = app('image')->make($content);
|
||||
$this->_content = app('image')->make($content)->orientate();
|
||||
}
|
||||
|
||||
public function getHashAttribute()
|
||||
|
Reference in New Issue
Block a user