From 774f9a9620c641123a5c6d0a071cf465bd4f7237 Mon Sep 17 00:00:00 2001 From: Xavier Date: Thu, 21 Feb 2019 11:10:46 -0500 Subject: [PATCH] add code beautifier and fixer --- src/Charcoal/Property/FileProperty.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Charcoal/Property/FileProperty.php b/src/Charcoal/Property/FileProperty.php index 0e6b4187..365e76f4 100644 --- a/src/Charcoal/Property/FileProperty.php +++ b/src/Charcoal/Property/FileProperty.php @@ -575,7 +575,7 @@ public function dataUpload($fileData) $filename = null; if (is_array($fileData)) { // retrieve tmp file from temp dir - $tmpFile = sys_get_temp_dir() . $fileData['id']; + $tmpFile = sys_get_temp_dir().$fileData['id']; if (!file_exists($tmpFile)) { throw new Exception( 'File does not exists.'