object -> \OC\Preview
This commit is contained in:
parent
7853bc4cac
commit
650a55e2ba
|
@ -191,7 +191,7 @@ class Preview {
|
|||
/**
|
||||
* @brief set the path of the file you want a thumbnail from
|
||||
* @param string $file
|
||||
* @return object $this
|
||||
* @return \OC\Preview $this
|
||||
*/
|
||||
public function setFile($file) {
|
||||
$this->file = $file;
|
||||
|
|
Loading…
Reference in New Issue