updateOrInsert( ['short_code' => $language['short_code']], array_merge($language, [ 'created_at' => now(), 'updated_at' => now(), ]) ); } } }