mirror of
https://github.com/Intervention/image.git
synced 2025-08-11 08:24:02 +02:00
reset returns self
This commit is contained in:
@@ -284,6 +284,7 @@ class Image
|
|||||||
public function reset()
|
public function reset()
|
||||||
{
|
{
|
||||||
$this->setProperties($this->dirname .'/'. $this->basename);
|
$this->setProperties($this->dirname .'/'. $this->basename);
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user