Test Failed
Pull Request — master (#1197)
by
unknown
08:56
created
src/LfmStorageRepository.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,9 +45,10 @@
 block discarded – undo
45 45
     {
46 46
         $config = $this->disk->getConfig();
47 47
 
48
-        if (key_exists('driver', $config) && $config['driver'] == 's3')
49
-        
48
+        if (key_exists('driver', $config) && $config['driver'] == 's3') {
49
+                
50 50
             $duration = $this->helper->config('s3.temporary_url_expiration');
51
+        }
51 52
             return $this->disk->temporaryUrl($path, now()->addMinutes($duration));
52 53
 
53 54
         else {
Please login to merge, or discard this patch.