chore: add comments to v16 migration

This commit is contained in:
Torsten Dittmann
2022-11-17 14:58:16 +01:00
parent d1eae37577
commit bba9284c3e
+3 -1
View File
@@ -121,7 +121,9 @@ class V16 extends Migration
'duration' => Auth::TOKEN_EXPIRATION_LOGIN_LONG
]));
/**
* Enable OAuth providers with data
*/
$authProviders = $document->getAttribute('authProviders', []);
foreach (Config::getParam('providers') as $provider => $value) {