type; } /** * Get the path of the file that was changed relative to the root of the storage * * Note, for rename changes this path is the old path for the file * * @return mixed */ public function getPath() { return $this->path; } }