diff --git a/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml b/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml index f8168f6f..f4a087b1 100644 --- a/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml +++ b/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml @@ -2,4 +2,4 @@ knojector_steam_auth: api_key: ~ login_route: ~ login_redirect: ~ - user_class: ~ \ No newline at end of file + user_class: ~ diff --git a/knojector/steam-authentication-bundle/1.0/manifest.json b/knojector/steam-authentication-bundle/1.0/manifest.json index a7abdd10..daef2381 100644 --- a/knojector/steam-authentication-bundle/1.0/manifest.json +++ b/knojector/steam-authentication-bundle/1.0/manifest.json @@ -1,8 +1,8 @@ { - "bundles": { - "Knojector\\SteamAuthenticationBundle\\KnojectorSteamAuthenticationBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } -} \ No newline at end of file + "bundles": { + "Knojector\\SteamAuthenticationBundle\\KnojectorSteamAuthenticationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}