Skip to content

Commit c0558c5

Browse files
authored
Update Uploader.php
1 parent 4e428d9 commit c0558c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Uploader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __construct()
2727
/**
2828
* @var
2929
*/
30-
protected $destination;
30+
public $destination;
3131
/**
3232
* @var
3333
*/
@@ -164,4 +164,4 @@ public function uploadImageThumb($thumb)
164164
return $thumb;
165165
}
166166

167-
}
167+
}

0 commit comments

Comments
 (0)