1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-17 20:28:21 +01: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()
{
$this->setProperties($this->dirname .'/'. $this->basename);
return $this;
}
/**