0, 'provider' => 'azure', ]); OauthSetting::firstOrCreate([ 'id' => 1, 'provider' => 'bitbucket', ]); OauthSetting::firstOrCreate([ 'id' => 2, 'provider' => 'github', ]); OauthSetting::firstOrCreate([ 'id' => 3, 'provider' => 'gitlab', ]); OauthSetting::firstOrCreate([ 'id' => 4, 'provider' => 'google', ]); } }