diff --git a/config/services.php b/config/services.php index 0acb16e..21e97c7 100644 --- a/config/services.php +++ b/config/services.php @@ -17,6 +17,5 @@ 'lastfm' => [ 'key' => env('LASTFM_KEY'), 'user' => env('LASTFM_USER'), - 'toptracks' => env('LASTFM_TOP_TRACKS') ] ];