diff --git a/src/Intervention/Image/Image.php b/src/Intervention/Image/Image.php index eb673733..70e2a3f6 100644 --- a/src/Intervention/Image/Image.php +++ b/src/Intervention/Image/Image.php @@ -284,6 +284,7 @@ class Image public function reset() { $this->setProperties($this->dirname .'/'. $this->basename); + return $this; } /**