Test Setup Failed
Pull Request — master (#623)
by Alejandro Carstens
03:14
created
app/Services/Musixmatch.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Services;
4 4
 
5 5
 use App\Models\Song;
6
-use Cache;
7 6
 use GuzzleHttp\Client;
8 7
 use Log;
9 8
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
             $response = $this->jsonpDecode($this->get($uri));
79 79
             
80 80
             return $this->getLyrics($response);
81
-        }catch(\Exception $e){
81
+        } catch(\Exception $e){
82 82
             Log::error($e);
83 83
 
84 84
             return false;
Please login to merge, or discard this patch.