@@ -48,8 +48,8 @@ |
||
48 | 48 | protected function mapWebRoutes() |
49 | 49 | { |
50 | 50 | Route::middleware('web') |
51 | - ->namespace($this->namespace) |
|
52 | - ->group(base_path('routes/web.php')); |
|
51 | + ->namespace($this->namespace) |
|
52 | + ->group(base_path('routes/web.php')); |
|
53 | 53 | } |
54 | 54 | |
55 | 55 | /** |
@@ -78,7 +78,7 @@ |
||
78 | 78 | $response = $this->jsonpDecode($this->get($uri)); |
79 | 79 | |
80 | 80 | return dd($this->getLyrics($response)); |
81 | - }catch(\Exception $e){ |
|
81 | + } catch(\Exception $e){ |
|
82 | 82 | Log::error($e); |
83 | 83 | |
84 | 84 | return false; |