diff options
Diffstat (limited to 'lib/private/Preview/Image.php')
-rw-r--r-- | lib/private/Preview/Image.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Preview/Image.php b/lib/private/Preview/Image.php index 9ed76439d01..4bf0cb7a3d4 100644 --- a/lib/private/Preview/Image.php +++ b/lib/private/Preview/Image.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Georg Ehrke <oc.list@georgehrke.com> + * @author J0WI <J0WI@users.noreply.github.com> * @author Joas Schilling <coding@schilljs.com> * @author josh4trunks <joshruehlig@gmail.com> * @author Olivier Paroz <github@oparoz.com> @@ -26,7 +27,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - namespace OC\Preview; use OCP\Files\File; |