@@ -78,7 +78,7 @@ |
||
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; |