From ffefc044b75388a41cd6cdaf464208bfe520b98e Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 1 Mar 2020 21:02:14 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- config/nntmux_api.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/nntmux_api.php b/config/nntmux_api.php index b0323db03..13429c1f3 100644 --- a/config/nntmux_api.php +++ b/config/nntmux_api.php @@ -1,9 +1,9 @@ env('ANIDB_APIKEY', ''), - 'giantbomb_api_key' => env('GIANTBOMB_APIKEY', ''), - 'fanarttv_api_key' => env('FANARTTV_APIKEY', ''), - 'omdb_api_key' => env('OMDB_APIKEY', ''), - 'trakttv_api_key' => env('TRAKTTV_APIKEY', ''), + 'anidb_api_key' => env('ANIDB_APIKEY', ''), + 'giantbomb_api_key' => env('GIANTBOMB_APIKEY', ''), + 'fanarttv_api_key' => env('FANARTTV_APIKEY', ''), + 'omdb_api_key' => env('OMDB_APIKEY', ''), + 'trakttv_api_key' => env('TRAKTTV_APIKEY', ''), ];