Completed
Push — master ( 3c7450...96f371 )
by Song
05:12
created
src/Form/Field/File.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     /**
77 77
      * @param $file
78 78
      *
79
-     * @return mixed
79
+     * @return string
80 80
      */
81 81
     protected function uploadAndDeleteOriginal(UploadedFile $file)
82 82
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
 
117 117
     public function objectUrl($path)
118 118
     {
119
-        return trim(config('admin.upload.host'), '/') .'/'. trim($path, '/');
119
+        return trim(config('admin.upload.host'), '/').'/'.trim($path, '/');
120 120
     }
121 121
 
122 122
     public function render()
Please login to merge, or discard this patch.