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