1
0
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:
Oliver Vogel
2013-01-29 17:51:26 +01:00
parent b12e82af84
commit c2190ae233

View File

@@ -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;
} }
/** /**