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 */ public function getPath(): string { return $this->path; } }